commit | a8b79422aadf5dc821af6699e468379002cc61f9 | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul@quagga.net> | Wed Mar 23 10:30:30 2011 +0000 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Mon Jul 18 10:39:02 2011 +0400 |
tree | 0ee82fbd4e2b90686f2cf49b1bca59678e58eb18 | |
parent | fdc38db248a220dcb80ec0ba1f1981087213651d [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