]> git.ipfire.org Git - people/ms/network.git/blobdiff - src/functions/functions.dns
Drop code for radvd
[people/ms/network.git] / src / functions / functions.dns
index 890f1aca2f6c5b1b85f670b6e0dbae165f8b25f0..0e058be2779787bda3ef4a73f4ab5c63fa8a96f6 100644 (file)
@@ -31,8 +31,8 @@ NETWORK_SETTINGS_FILE_PARAMS="${NETWORK_SETTINGS_FILE_PARAMS} DNS_RANDOMIZE"
 DNS_SEARCH_DOMAINS=""
 NETWORK_SETTINGS_FILE_PARAMS="${NETWORK_SETTINGS_FILE_PARAMS} DNS_SEARCH_DOMAINS"
 
-# Set this option to true if the DNS servers should be advertised by
-# radvd.
+# Set this option to true if the DNS servers should be advertised in
+# IPv6 router advertisements
 DNS_ADVERTISE_SERVERS="true"
 
 DNS_SERVER_CONFIG_FILE="${NETWORK_CONFIG_DIR}/dns-servers"
@@ -234,8 +234,8 @@ dns_server_update() {
        # Regenerate /etc/resolv.conf
        dns_generate_resolvconf
 
-       # Restart radvd which propagates IPv6 DNS servers
-       radvd_update
+       # Update bird about IPv6 DNS server changes
+       bird_update
 }
 
 dns_generate_resolvconf() {