Hi again,

I slightly improved the description of the method.

Martin

-- 
Martin Pitt        http://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org

In a world without walls and fences, who needs Windows and Gates?
--- /tmp/YuaEZZmYp3/ifupdown-0.6.8ubuntu1/debian/changelog      2006-11-27 
14:17:07.000000000 +0100
+++ /tmp/LqO5LYoHU3/ifupdown-0.6.8ubuntu2/debian/changelog      2006-11-29 
14:53:40.000000000 +0100
@@ -1,3 +1,11 @@
+ifupdown (0.6.8ubuntu2) feisty; urgency=low
+
+  * ifupdown.nw: Add 'ipv4ll' method which uses avahi-autoipd to bring up an
+    interface with an IPv4 link-layer address from 169.254.0.0/16 (aka
+    'Zeroconf'). See https://wiki.ubuntu.com/ZeroConfNetworking for details.
+
+ -- Martin Pitt <[EMAIL PROTECTED]>  Wed, 29 Nov 2006 14:53:35 +0100
+
 ifupdown (0.6.8ubuntu1) feisty; urgency=low
 
   * Merge from debian unstable, remaining changes:
diff -Nru /tmp/YuaEZZmYp3/ifupdown-0.6.8ubuntu1/ifupdown.nw 
/tmp/LqO5LYoHU3/ifupdown-0.6.8ubuntu2/ifupdown.nw
--- /tmp/YuaEZZmYp3/ifupdown-0.6.8ubuntu1/ifupdown.nw   2006-11-27 
14:24:26.000000000 +0100
+++ /tmp/LqO5LYoHU3/ifupdown-0.6.8ubuntu2/ifupdown.nw   2006-11-30 
08:34:32.000000000 +0100
@@ -4041,6 +4041,18 @@
   down
     /sbin/start-stop-daemon --stop -x /usr/bin/wvdial \
                       -p /var/run/wvdial.%iface% -s 2
+
+<<inet methods>>=
+method ipv4ll
+  description
+    This method uses avahi-autoipd to configure an interface with an
+    IPv4 Link-Layer address (169.254.0.0/16 family). This method is also
+    known as "APIPA" or "IPAC", and often colloquially referred to
+    as "Zeroconf address".
+  up
+    /usr/sbin/avahi-autoipd -D %iface%
+  down
+    /usr/sbin/avahi-autoipd --kill %iface%
 @
 
 

Attachment: signature.asc
Description: Digital signature

Reply via email to