mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +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.name_prefix = name_prefix_ | ||||||
|         self.number_template = number_template_ |         self.number_template = number_template_ | ||||||
|  |  | ||||||
|     @staticmethod |     def clean_mc_lists(self): | ||||||
|     def clean_mc_lists(): |  | ||||||
|         # Clean out our local lists, this by itself does NOT remove anything from LANforge manager. |         # 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 |         # but, if you are trying to modify existing connections, then clearing these arrays and | ||||||
|         # re-calling 'create' will do the trick. |         # re-calling 'create' will do the trick. | ||||||
|         created_mc = {} |         self.created_mc = {} | ||||||
|  |  | ||||||
|     def get_mc_names(self): |     def get_mc_names(self): | ||||||
|         return self.created_mc.keys() |         return self.created_mc.keys() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Matthew Stidham
					Matthew Stidham