blob: fc905afd6e8a947a14e27846b11e9c93aeb17c51 [file] [log] [blame]
paul15d74e92003-12-30 11:16:21 +00001#
2# Default: Bind all daemon vtys to the loopback(s) only
3#
4BGPD_OPTS="-A 127.0.0.1"
5OSPF6D_OPTS="-A ::1"
6OSPFD_OPTS="-A 127.0.0.1"
7RIPD_OPTS="-A 127.0.0.1"
8RIPNGD_OPTS="-A ::1"
9ZEBRA_OPTS="-A 127.0.0.1"