From 8e48831a970a784a979446813191628790d477f1 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Thu, 17 Mar 2011 15:53:36 +0100 Subject: Vastly improved OSPF reconfiguration. Now it can handle a change in iface pattern structure. It can add, remove and reconfigure interfaces, vlinks and areas. --- proto/ospf/hello.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'proto/ospf/hello.h') diff --git a/proto/ospf/hello.h b/proto/ospf/hello.h index 5d73c09..3675c05 100644 --- a/proto/ospf/hello.h +++ b/proto/ospf/hello.h @@ -12,6 +12,10 @@ void ospf_hello_receive(struct ospf_packet *ps_i, struct ospf_iface *ifa, struct ospf_neighbor *n, ip_addr faddr); -void ospf_hello_send(timer *timer, int poll, struct ospf_neighbor *dirn); +void ospf_hello_send(timer *timer, int kind, struct ospf_neighbor *dirn); + +#define OHS_HELLO 0 +#define OHS_POLL 1 +#define OHS_SHUTDOWN 2 #endif /* _BIRD_OSPF_HELLO_H_ */ -- cgit v1.2.3