diff options
author | paul <paul> | 2004-05-05 17:29:24 +0000 |
---|---|---|
committer | paul <paul> | 2004-05-05 17:29:24 +0000 |
commit | 5bd4189c17bad7a9e115ef573c0324c4b969a641 (patch) | |
tree | 3597b84769bd28b2e9cc3791c3be14ff53dde406 /ospfd/ChangeLog | |
parent | cd59da682f2a68cc4b2d1ba272bf02bb4d9f60e2 (diff) |
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.
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. |