commit | 3bde17f1af635c9ca19df0b3516cb8ad0376e6d3 | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul@quagga.net> | Wed Mar 23 10:30:30 2011 +0000 |
committer | Paul Jakma <paul@quagga.net> | Wed Mar 23 10:30:30 2011 +0000 |
tree | a963755de10136b6d8670bee5d577a49c0f0f984 | |
parent | 98e30f5db6dea65a5d6a176065cd0b60eb7bb001 [diff] |
bgpd: Fix compile failure if IPv6 build was disabled. * bgp_route.c: ({no_,}ipv6_bgp_network_ttl_cmd) depends on ipv6_bgp_network which is HAVE_IPV6, so these should be too. (bgp_route_init) and the installs should be similarly ifdefed