mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 10:48:02 +00:00 
			
		
		
		
	Improving py-scripts files to fix errors with regression test
updating to_pip.sh Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
		| @@ -68,7 +68,7 @@ def main(): | ||||
|         --------------------- | ||||
|         Generic command ''') | ||||
|     parser.add_argument('--radio', help='radio EID, e.g: 1.wiphy2') | ||||
|     parser.add_argument('--qvlan_parent', help='specifies parent port for qvlan creation', default=None) | ||||
|     parser.add_argument('--qvlan_parent', help='specifies parent port for qvlan creation', default=None, required=True) | ||||
|     parser.add_argument('--first_port', help='specifies name of first port to be used', default=None) | ||||
|     parser.add_argument('--num_ports', help='number of ports to create', default=1) | ||||
|     parser.add_argument('--first_qvlan_ip', help='specifies first static ip address to be used or dhcp', default=None) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matthew Stidham
					Matthew Stidham