changes set_prefix to set_number_template because the method name/param had wrong meaning

This commit is contained in:
Jed Reynolds
2020-07-02 01:46:34 -07:00
parent c33da1048f
commit 15f7696462
4 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ class LANtoWAN(LFCliBase):
self.wan_port = wan_port
self.local_realm = realm.Realm(lfclient_host=self.host, lfclient_port=self.port)
self.profile = realm.StationProfile(self.lfclient_url, ssid=self.ssid, ssid_pass=self.password,
security=self.security, prefix=self.prefix, mode=0, up=True, dhcp=True,
security=self.security, number_template_=self.prefix, mode=0, up=True, dhcp=True,
debug_=False)
self.cxProfile = realm.new_l3_cx_profile()