From 62d85a7cd7db7a45733d3d265760c3616879ef15 Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Sun, 30 May 2010 07:13:51 -0700 Subject: Using "send dhcp6.oro" is no longer required in config file. --- scripts/vyatta-dhcpv6-client.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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"; } -- cgit v1.2.3