From 40de1a34d5663c55215d56ceaecc1411a6dfd8f8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 2 Sep 2006 13:51:05 +0000 Subject: add avahi autoipd man page git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1310 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- man/avahi-autoipd.8.xml.in | 154 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 man/avahi-autoipd.8.xml.in (limited to 'man/avahi-autoipd.8.xml.in') diff --git a/man/avahi-autoipd.8.xml.in b/man/avahi-autoipd.8.xml.in new file mode 100644 index 0000000..c40ce39 --- /dev/null +++ b/man/avahi-autoipd.8.xml.in @@ -0,0 +1,154 @@ + + + + + + + + + + + + avahi-autoipd [options] interface + avahi-autoipd --kill interface + avahi-autoipd --refresh interface + avahi-autoipd --check interface + + + +

avahi-autoipd implements IPv4LL, "Dynamic Configuration of + IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for + automatic IP address configuration from the link-local + 169.254.0.0/16 range without the need for a central server. It + is primarily intended to be used in ad-hoc networks which lack a + DHCP server.

+ +

IPv4LL is part of the Zeroconf stack.

+ +

avahi-autoipd can be used as stand-alone address allocator + or as plugin for a DHCP client such as ISC's dhclient, where it + can be used as fallback solution if no DHCP server is found.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

@pkgsysconfdir@/avahi-autoipd.action: the script to run when an IP address as been acquired or is lost.

+ +
+ +
+

SIGINT, SIGTERM, SIGQUIT: avahi-autoipd will shutdown. (Same as --kill)

+

SIGHUP: avahi-autoipd will reannounce the acquired IP address. (Same as --refresh)

+
+ +
+

The Avahi Developers <@PACKAGE_BUGREPORT@>; Avahi is + available from

+
+ +
+

+ , +

+
+ +
+

This man page was written using by Oliver Kurth.

+
+ +
-- cgit