diff options
author | paul <paul> | 2003-04-28 17:11:02 +0000 |
---|---|---|
committer | paul <paul> | 2003-04-28 17:11:02 +0000 |
commit | 86785f5a19ffe0f85b933035c626a585b1e3f19a (patch) | |
tree | 37b994f658e51b2bfe80bf920b32509d0876347f /bgpd/bgpd.h | |
parent | a18d9145d9213fa446ef710bff6647f978a9e477 (diff) | |
download | quagga-86785f5a19ffe0f85b933035c626a585b1e3f19a.tar.bz2 quagga-86785f5a19ffe0f85b933035c626a585b1e3f19a.tar.xz |
Import of zebra.org 20030428-18:07 IST
Diffstat (limited to 'bgpd/bgpd.h')
-rw-r--r-- | bgpd/bgpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h index e3ac73f1..933516d0 100644 --- a/bgpd/bgpd.h +++ b/bgpd/bgpd.h @@ -691,6 +691,7 @@ void bgp_reset (void); void bgp_zclient_reset (); int bgp_nexthop_set (union sockunion *, union sockunion *, struct bgp_nexthop *, struct peer *); +struct bgp_master *bgp_get_master (); struct bgp *bgp_get_default (); struct bgp *bgp_lookup (as_t, char *); struct bgp *bgp_lookup_by_name (char *); |