realm: vrprofile is deprecated

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-11-18 17:32:03 -08:00
parent c3c2e09950
commit bb366408b5

View File

@@ -58,8 +58,6 @@ port_utils = importlib.import_module("py-json.port_utils")
PortUtils = port_utils.PortUtils
lfdata = importlib.import_module("py-json.lfdata")
LFDataCollection = lfdata.LFDataCollection
vr_profile2 = importlib.import_module("py-json.vr_profile2")
VRProfile = vr_profile2.VRProfile
def wpa_ent_list():
@@ -932,10 +930,9 @@ class Realm(LFCliBase):
# debug_=self.debug)
return vap_prof
def new_vr_profile(self):
vr_prof = VRProfile(local_realm=self,
debug=self.debug)
return vr_prof
# def new_vr_profile(self):
# return VRProfile(local_realm=self,
# debug=self.debug)
def new_http_profile(self, ver=1):
if ver == 1: