diff options
author | pilot <pilot> | 2008-02-26 14:02:24 +0000 |
---|---|---|
committer | pilot <pilot> | 2008-02-26 14:02:24 +0000 |
commit | c3c92461eb41baadaac3549ad5a99646b3184999 (patch) | |
tree | c4fffce5f87d3ecb9dc01bb5f7a6b270fc626b61 /zebra/rib.h | |
parent | d52692651a02f3343c756e06da62265e37f6f473 (diff) | |
download | quagga-c3c92461eb41baadaac3549ad5a99646b3184999.tar.bz2 quagga-c3c92461eb41baadaac3549ad5a99646b3184999.tar.xz |
+ fix bug#326 by rib_lookup_and_pushup()
Diffstat (limited to 'zebra/rib.h')
-rw-r--r-- | zebra/rib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/rib.h b/zebra/rib.h index 796a30eb..9621f2c8 100644 --- a/zebra/rib.h +++ b/zebra/rib.h @@ -212,6 +212,7 @@ extern struct nexthop *nexthop_blackhole_add (struct rib *); extern struct nexthop *nexthop_ipv4_add (struct rib *, struct in_addr *, struct in_addr *); extern void rib_lookup_and_dump (struct prefix_ipv4 *); +extern void rib_lookup_and_pushup (struct prefix_ipv4 *); extern void rib_dump (const char *, const struct prefix_ipv4 *, const struct rib *); extern int rib_lookup_ipv4_route (struct prefix_ipv4 *, union sockunion *); #define ZEBRA_RIB_LOOKUP_ERROR -1 |