]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Fix compile failure if IPv6 build was disabled.
authorPaul Jakma <paul@quagga.net>
Wed, 23 Mar 2011 10:30:30 +0000 (10:30 +0000)
committerDenis Ovsienko <infrastation@yandex.ru>
Mon, 18 Jul 2011 06:39:02 +0000 (10:39 +0400)
commita8b79422aadf5dc821af6699e468379002cc61f9
tree0ee82fbd4e2b90686f2cf49b1bca59678e58eb18
parentfdc38db248a220dcb80ec0ba1f1981087213651d
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
bgpd/bgp_route.c