From 78e2c6ccf16b41bc19a4cd69f959c8ae47e68b9d Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sat, 11 Aug 2001 14:01:54 +0000 Subject: I will not originate the same lsa before MINLSINTERVAL. --- proto/ospf/iface.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'proto/ospf/iface.c') diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c index 9cd4692..ac34d63 100644 --- a/proto/ospf/iface.c +++ b/proto/ospf/iface.c @@ -494,3 +494,8 @@ ospf_ifa_add(struct object_lock *lock) ospf_int_sm(ifa, ISM_UP); } +void +schedule_net_lsa(struct ospf_iface *ifa) +{ + ifa->orignet=1; +} -- cgit v1.2.3