### Commented entries have reasonable defaults.
### Uncomment to edit them.
Section: misc
Priority: optional
Standards-Version: 3.6.2
Package: loopback-addr
Depends: coreutils, grep, iproute
Recommends: quagga
Suggests: mon
Files: loopback-addr /etc/init.d/loopback-addr
File: /etc/loopback-addr/README 644
 To have an loopback address automatically started at system boot time,
 add a file named <addr>.conf to this directory.
 .
 For instance to add address 10.1.2.3, you could do:
 .
   $ sudo touch /etc/loopback-addr/10.1.2.3.conf
 .
 Then you may activate this address at the loopback interface with
 .
   $ sudo /etc/init.d/loopback-addr start 10.1.2.3
 .
 or stop it with
 .
   $ sudo /etc/init.d/loopback-addr stop 10.1.2.3
 .
 It will be automatically activated at boot time.
Postinst: postinst
Prerm: prerm
Description: Manage loopback addresses at the local network interface
 Use this package to manage loopback IP addresses if you want to provide
 services at these addresses and have them configured at startup.
 .
 You will also need a means to make these addresses known to the network.
 A routing daemon like the ones in the quagga package would do the trick.
