diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-03 02:08:48 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-03 02:08:48 +0200 |
commit | 9bc1808a27b35499d2438d731ade6d2cba8aa355 (patch) | |
tree | 636991c9b89f962cf06b2a2a80c1c540552a4ad0 /proto/ospf/iface.c | |
parent | 0bf2f2039e1fc95fe0fa3ee231711212f1f2b128 (diff) | |
download | bird-9bc1808a27b35499d2438d731ade6d2cba8aa355.tar bird-9bc1808a27b35499d2438d731ade6d2cba8aa355.zip |
Better rt and net originating.
Diffstat (limited to 'proto/ospf/iface.c')
-rw-r--r-- | proto/ospf/iface.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c index bce763e..908ec58 100644 --- a/proto/ospf/iface.c +++ b/proto/ospf/iface.c @@ -356,6 +356,8 @@ ospf_if_notify(struct proto *p, unsigned flags, struct iface *iface) ospf_add_timers(ifa,p->pool); add_tail(&((struct proto_ospf *)p)->iface_list, NODE ifa); ifa->state=OSPF_IS_DOWN; + ifa->nlsa=NULL; + ifa->fadj=0; ospf_int_sm(ifa, ISM_UP); } |