summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Gilligan <gilligan@vyatta.com>2010-05-30 07:13:51 -0700
committerBob Gilligan <gilligan@vyatta.com>2010-05-30 07:13:51 -0700
commit62d85a7cd7db7a45733d3d265760c3616879ef15 (patch)
treeeed4de49ca00636f7f95aa7623748ac963ae9cc3
parent601107d11f53d17a1d433c5a67b491532e84ed89 (diff)
downloadvyatta-cfg-quagga-62d85a7cd7db7a45733d3d265760c3616879ef15.tar.gz
vyatta-cfg-quagga-62d85a7cd7db7a45733d3d265760c3616879ef15.zip
Using "send dhcp6.oro" is no longer required in config file.
-rw-r--r--scripts/vyatta-dhcpv6-client.pl4
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";
}