diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2011-09-03 21:31:26 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2011-09-03 21:31:26 +0200 |
commit | 2918e61046388821c3d4411c602dc5b28ad59329 (patch) | |
tree | 3f950c7e2455c6809970bac3547795456893e704 /proto/ospf/topology.h | |
parent | b1b19433602f2a2ff58cfe2c1858ff883eee7b20 (diff) |
Fixes for OSPF NSSA handling.
Diffstat (limited to 'proto/ospf/topology.h')
-rw-r--r-- | proto/ospf/topology.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h index a1c0cbfe..b9bc9cf6 100644 --- a/proto/ospf/topology.h +++ b/proto/ospf/topology.h @@ -71,7 +71,7 @@ int can_flush_lsa(struct proto_ospf *po); void originate_sum_net_lsa(struct ospf_area *oa, struct fib_node *fn, int metric); void originate_sum_rt_lsa(struct ospf_area *oa, struct fib_node *fn, int metric, u32 options UNUSED); void flush_sum_lsa(struct ospf_area *oa, struct fib_node *fn, int type); -void originate_ext_lsa(struct ospf_area *oa, struct fib_node *fn, int type, u32 metric, ip_addr fwaddr, u32 tag); +void originate_ext_lsa(struct ospf_area *oa, struct fib_node *fn, int src, u32 metric, ip_addr fwaddr, u32 tag, int pbit); void flush_ext_lsa(struct ospf_area *oa, struct fib_node *fn); |