]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - sysconfig/network-scripts/ifup
- support for zeroconf networking (based on information from
[projects/rc-scripts.git] / sysconfig / network-scripts / ifup
index 8d7e024290afddf41474b0403d52015bc804b334..11e09b375e51dc32b946dc6ce2e3a36fa1d3c502 100755 (executable)
@@ -156,6 +156,9 @@ if [ -n "$BOOTPROTO" -a "$BOOTPROTO" != "none" -a "$BOOTPROTO" != "static" ]; th
                                # Can't specify a host with dhclient ?
                                DHCP_ARGS="$DEVICE"
                                ;;
+                         avahi-autoipd)
+                               DHCP_ARGS="-D $DEVICE"
+                               ;;
                        esac
                fi
                DHCP_ARGS="$DHCP_OPTIONS $DHCP_ARGS"
This page took 0.354934 seconds and 4 git commands to generate.