summaryrefslogtreecommitdiffstats
path: root/proto/ospf/packet.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-06 02:08:27 +0200
committerOndrej Filip <feela@network.cz>2000-06-06 02:08:27 +0200
commiteb436e16fd85340d3403a033ee86f973428a2f08 (patch)
tree7bef00ed3b6a56c0178484ae7bd8eb9a763fb803 /proto/ospf/packet.h
parente5b5d18c1c8b33e76e954c0696e056fc11701631 (diff)
downloadbird-eb436e16fd85340d3403a033ee86f973428a2f08.tar
bird-eb436e16fd85340d3403a033ee86f973428a2f08.zip
NBMA networks seems to work, but this should be better. :-)
Diffstat (limited to 'proto/ospf/packet.h')
-rw-r--r--proto/ospf/packet.h1
1 files changed, 1 insertions, 0 deletions
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_ */