diff options
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 7bff0a36..ebeaa5bc 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,5 +1,8 @@ 2004-05-05 Paul Jakma <paul@dishone.st> + * ospf_network.c: (ospf_sock_init) Check whether IP_HDRINCL is + defined. Warn at compile and runtime. Use + IPTOS_PREC_INTERNETCONTROL otherwise. * ospf_packet.c: (ospf_associate_packet_vl) cleanup, move some of the checks up to ospf_read, return either a virtual link oi, or NULL. |