diff options
author | paulo <paul@bayleaf.org.uk> | 2010-01-27 11:40:13 +0000 |
---|---|---|
committer | paulo <paul@bayleaf.org.uk> | 2010-01-27 11:40:13 +0000 |
commit | 6503ce4cef43d8fe4da510fe9c55911c4af296e9 (patch) | |
tree | 39776a6f5c1ee6046aafc0072f92c923840fb9ca /lib/plist.h | |
parent | ffb52b1a705814c52d2d1b41c7058897f11b5aa3 (diff) | |
download | quagga-6503ce4cef43d8fe4da510fe9c55911c4af296e9.tar.bz2 quagga-6503ce4cef43d8fe4da510fe9c55911c4af296e9.tar.xz |
Fixed program shutdown. Added peering engine side of TTL changing.
Changed names of peer states. Writed in peering engine side of sending
route_refresh.
Diffstat (limited to 'lib/plist.h')
-rw-r--r-- | lib/plist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plist.h b/lib/plist.h index 0d9e3ecb..4f383417 100644 --- a/lib/plist.h +++ b/lib/plist.h @@ -62,6 +62,8 @@ extern const char* prefix_list_get_name(struct prefix_list* plist) ; extern struct stream * prefix_bgp_orf_entry (struct stream *, prefix_list_ref ref, u_char, u_char, u_char); +extern int prefix_bgp_orf_get(struct prefix_list *plist, vector_index i, + struct orf_prefix *orfpe, enum prefix_list_type *pe_type); extern int prefix_bgp_orf_set (char *, afi_t, struct orf_prefix *, int, int); extern void prefix_bgp_orf_remove_all (char *); extern int prefix_bgp_show_prefix_list (struct vty *, afi_t, char *); |