From a190e7200bf37ba834c776a28583bf897b4377f5 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sat, 2 Sep 2000 00:03:36 +0000 Subject: Added hellos on NBMA networks. (I don't violate RFC now.) --- proto/ospf/hello.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'proto/ospf/hello.h') diff --git a/proto/ospf/hello.h b/proto/ospf/hello.h index fe53c10..4a5d504 100644 --- a/proto/ospf/hello.h +++ b/proto/ospf/hello.h @@ -13,10 +13,13 @@ void install_inactim(struct ospf_neighbor *n); void restart_inactim(struct ospf_neighbor *n); void restart_hellotim(struct ospf_iface *ifa); +void restart_polltim(struct ospf_iface *ifa); void restart_waittim(struct ospf_iface *ifa); void ospf_hello_rx(struct ospf_hello_packet *ps, struct proto *p, struct ospf_iface *ifa, int size, ip_addr faddr); void hello_timer_hook(timer *timer); +void poll_timer_hook(timer *timer); void wait_timer_hook(timer *timer); +void hello_send(timer *timer,int poll, struct ospf_neighbor *dirn); #endif /* _BIRD_OSPF_HELLO_H_ */ -- cgit v1.2.3