From 5b18849fed0b1ba5ecad6f541b36ee70ead7bc66 Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Wed, 2 Sep 2020 12:19:06 -0700 Subject: [PATCH] associate: adds help for DHCP, DHCP6 --- lf_associate_ap.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lf_associate_ap.pl b/lf_associate_ap.pl index 17acc080..74f4e901 100755 --- a/lf_associate_ap.pl +++ b/lf_associate_ap.pl @@ -229,7 +229,8 @@ my $usage = qq($0 [--mgr {host-name | IP}] ## station configuration [--num_stations {$num_stations}] # Defaults to 1 [--first_sta {$first_sta}] - [--first_ip {DHCP |ip address}] + [--first_ip {DHCP | DHCP6 | DHCP,DHCP6 |}] + # use DHCP,DHCP6 to enable both DHCP and DHCP6 [--netmask {$netmask}] [--gateway {$gateway}] [--change_mac {0|1}]