]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: attribute jhash call should use a standard interface to in6_addr data
authorStephen Hemminger <shemminger@vyatta.com>
Tue, 22 Mar 2011 16:14:57 +0000 (16:14 +0000)
committerPaul Jakma <paul@quagga.net>
Tue, 22 Mar 2011 16:18:44 +0000 (16:18 +0000)
commit98e30f5db6dea65a5d6a176065cd0b60eb7bb001
tree3ce8f796dd5f6607a77f1971fd540fcbf2193e3c
parentd71ea65270408a45e4bec036671ec73b24b994b4
bgpd: attribute jhash call should use a standard interface to in6_addr data

* bgp_attr.c; (attrhash_key_make) s6_addr is only member of in6_addr
  guaranteed to be available - s6_addr32 isn't. Fix to be more portable, and
  thus allow compilation on BSD again.
bgpd/bgp_attr.c