From eb436e16fd85340d3403a033ee86f973428a2f08 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 6 Jun 2000 00:08:27 +0000 Subject: NBMA networks seems to work, but this should be better. :-) --- proto/ospf/packet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/packet.h') diff --git a/proto/ospf/packet.h b/proto/ospf/packet.h index 23999a2..4e132fa 100644 --- a/proto/ospf/packet.h +++ b/proto/ospf/packet.h @@ -17,5 +17,6 @@ int ospf_rx_hook(sock *sk, int size); void ospf_tx_hook(sock *sk); void ospf_err_hook(sock *sk, int err); void sk_send_to_agt(sock *sk, u16 len, struct ospf_iface *ifa, u8 state); +void sk_send_to_bdr(sock *sk, u16 len, struct ospf_iface *ifa); #endif /* _BIRD_OSPF_PACKET_H_ */ -- cgit v1.2.3