mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 02:38:03 +00:00 
			
		
		
		
	multicast_profile.clean_mc_list: Looks like this is what it was supposed to do
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
		| @@ -31,12 +31,11 @@ class MULTICASTProfile(LFCliBase): | ||||
|         self.name_prefix = name_prefix_ | ||||
|         self.number_template = number_template_ | ||||
|  | ||||
|     @staticmethod | ||||
|     def clean_mc_lists(): | ||||
|     def clean_mc_lists(self): | ||||
|         # Clean out our local lists, this by itself does NOT remove anything from LANforge manager. | ||||
|         # but, if you are trying to modify existing connections, then clearing these arrays and | ||||
|         # re-calling 'create' will do the trick. | ||||
|         created_mc = {} | ||||
|         self.created_mc = {} | ||||
|  | ||||
|     def get_mc_names(self): | ||||
|         return self.created_mc.keys() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matthew Stidham
					Matthew Stidham