diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-27 16:17:35 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-27 16:17:35 +0200 |
commit | e8085abaa76c32bb325e378dfe2851bc98602c1e (patch) | |
tree | 37a2a185e6653b859e891fb6ef2a8ccd6c356469 /proto/ospf/ospf.h | |
parent | 2d5b999236c20d293006af0b4d94af7ae04dd2a7 (diff) | |
download | bird-e8085abaa76c32bb325e378dfe2851bc98602c1e.tar bird-e8085abaa76c32bb325e378dfe2851bc98602c1e.zip |
Originating of external LSA.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index c7b48d0..4aea135 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -351,7 +351,9 @@ static void ospf_preconfig(struct protocol *p, struct config *c); static void ospf_postconfig(struct proto_config *c); static int ospf_rte_better(struct rte *new, struct rte *old); static int ospf_rte_same(struct rte *new, struct rte *old); -int ospf_import_control(struct proto *p, rte **new, ea_list **attrs, struct linpool *pool); +int ospf_import_control(struct proto *p, rte **new, ea_list **attrs, + struct linpool *pool); +void ospf_rt_notify(struct proto *p, net *n, rte *new, rte *old,ea_list *attrs); #include "proto/ospf/hello.h" #include "proto/ospf/packet.h" |