1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Removes timers for stub interfaces. Also fixes some minor bugs.

This commit is contained in:
Ondrej Zajicek
2011-07-07 17:43:39 +02:00
parent 7d4e923603
commit beeda6af44
4 changed files with 50 additions and 49 deletions

View File

@@ -12,7 +12,7 @@
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 kind, struct ospf_neighbor *dirn);
void ospf_hello_send(struct ospf_iface *ifa, int kind, struct ospf_neighbor *dirn);
#define OHS_HELLO 0
#define OHS_POLL 1