summaryrefslogtreecommitdiff
path: root/ospfd/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2004-09-27 12:56:30 +0000
committerpaul <paul>2004-09-27 12:56:30 +0000
commit6a99f83175d7b5b5868fb82328d569672b8bb9a4 (patch)
tree447f98abc31a7260bb2b354809312e4e6fdfda96 /ospfd/ChangeLog
parent9172ee0e5dc8c6f6929821fb1433699700e53114 (diff)
2004-09-27 Paul Jakma <paul@dishone.st>
* ospf_dump.c: (ospf_ip_header_dump) Use HAVE_IP_HDRINCL_BSD_ORDER Apply to offset too. Print ip_cksum, lets not worry about possible 2.0.37 compile problems. * ospf_packet.c: (ospf_swap_iph_to{n,h}) Use HAVE_IP_HDRINCL_BSD_ORDER. (ospf_recv_packet) ditto. (ospf_write) Fixup iov argument to ospf_write_frags.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r--ospfd/ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index 3724e360..6e1a8646 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -1,7 +1,13 @@
2004-09-27 Paul Jakma <paul@dishone.st>
- * ospf_packet.c: (ospf_write) (struct msghdr).msg_name is caddr_t
- on most platforms.
+ * ospf_dump.c: (ospf_ip_header_dump) Use HAVE_IP_HDRINCL_BSD_ORDER
+ Apply to offset too. Print ip_cksum, lets not worry about
+ possible 2.0.37 compile problems.
+ * ospf_packet.c: (ospf_swap_iph_to{n,h}) Use
+ HAVE_IP_HDRINCL_BSD_ORDER.
+ (ospf_recv_packet) ditto.
+ (ospf_write) Fixup iov argument to ospf_write_frags.
+ (struct msghdr).msg_name is caddr_t on most platforms.
(ospf_recv_packet) ditto. And msg_flags is not always there
memset struct then set fields we care about rather than
initialise all fields individually.