]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_nexthop.h
bgpd: Make `struct bgp_addr` a private data structure
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 21 Sep 2018 19:50:47 +0000 (15:50 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 21 Sep 2018 19:51:58 +0000 (15:51 -0400)
commitaf97a18b1015e05f9c5d220b3f64be875a2058e3
tree9c5707c25946fa2b501022573b7c6fa488e52ee7
parent7c12afcf80a4252fe9087dbe14e917f362a23dc4
bgpd: Make `struct bgp_addr` a private data structure

The `struct bgp_addr` is not needed for anything other than
the address hash.  Isolate this data structure so that it
is not polluting up the name space.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_nexthop.c
bgpd/bgp_nexthop.h
bgpd/bgp_vty.c