diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2010-05-30 07:13:51 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2010-05-30 07:13:51 -0700 |
commit | 62d85a7cd7db7a45733d3d265760c3616879ef15 (patch) | |
tree | eed4de49ca00636f7f95aa7623748ac963ae9cc3 /scripts/vyatta-dhcpv6-client.pl | |
parent | 601107d11f53d17a1d433c5a67b491532e84ed89 (diff) | |
download | vyatta-cfg-system-62d85a7cd7db7a45733d3d265760c3616879ef15.tar.gz vyatta-cfg-system-62d85a7cd7db7a45733d3d265760c3616879ef15.zip |
Using "send dhcp6.oro" is no longer required in config file.
Diffstat (limited to 'scripts/vyatta-dhcpv6-client.pl')
-rw-r--r-- | scripts/vyatta-dhcpv6-client.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vyatta-dhcpv6-client.pl b/scripts/vyatta-dhcpv6-client.pl index c1a0dbd3..b23d1700 100644 --- a/scripts/vyatta-dhcpv6-client.pl +++ b/scripts/vyatta-dhcpv6-client.pl @@ -61,8 +61,8 @@ sub gen_conf_file { print $FD_WR "# Generated on $date by $user\n"; print $FD_WR "#\n"; print $FD_WR "interface \"$ifname\" {\n"; - print $FD_WR " send host-name \"$hostname\";\n"; - print $FD_WR " send dhcp6.oro 1, 2, 7, 12, 13, 23, 24, 39;\n"; +# print $FD_WR " send host-name \"$hostname\";\n"; +# print $FD_WR " send dhcp6.oro 1, 2, 7, 12, 13, 23, 24, 39;\n"; print $FD_WR "}\n"; } |