diff options
author | paul <paul> | 2004-07-23 15:13:48 +0000 |
---|---|---|
committer | paul <paul> | 2004-07-23 15:13:48 +0000 |
commit | 2dd8bb4e9b296782f361008b5aa959ac51e16a4c (patch) | |
tree | d8a0925a7f2216ce8700d66b18981cb151138b9e /ospfd/ChangeLog | |
parent | 4f7baa0e434053c9f9a70f526be1514ea47cd274 (diff) |
2004-07-23 Paul Jakma <paul@dishone.st>
* ospf_network.c: Replace PKTINFO/RECVIF with call to
setsockopt_pktinfo
* ospf_packet.c: Use getsockopt_pktinfo_ifindex and
SOPT_SIZE_CMSG_PKTINFO_IPV4.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 5702732d..453036ea 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,10 @@ +2004-07-23 Paul Jakma <paul@dishone.st> + + * ospf_network.c: Replace PKTINFO/RECVIF with call to + setsockopt_pktinfo + * ospf_packet.c: Use getsockopt_pktinfo_ifindex and + SOPT_SIZE_CMSG_PKTINFO_IPV4. + 2004-07-14 Paul Jakma <paul@dishone.st> * ospf_packet.c: (ospf_ls_upd_send_queue_event) Partial fix for |