]> git.proxmox.com Git - mirror_frr.git/commitdiff
- credit rix for fixing openbsd
authorpaul <paul>
Fri, 22 Oct 2004 22:52:33 +0000 (22:52 +0000)
committerpaul <paul>
Fri, 22 Oct 2004 22:52:33 +0000 (22:52 +0000)
lib/ChangeLog
ospfd/ChangeLog

index d9e814099eda55a43062e66597cb440b5fc2e60e..ebffacc44d9d2edc3d0c0c813d7924af2bde9808 100644 (file)
@@ -5,7 +5,8 @@
           (setsockopt_pktinfo) unexported
        * sockopt.h: Cleanup SOCKOPT_CMSG defines a bit. Add a throwaway
           define for SOPT_SIZE_CMSG_IFINDEX_IPV4 for systems which have
-          neither IP_RECVIF nor IP_PKTINFO (eg openbsd).
+          neither IP_RECVIF nor IP_PKTINFO (eg openbsd), thanks to Rivo
+          Nurges for highlighting problem and fix.
           Fix elif that should be an else.
        * command.h: Cleanup the defines a bit, add helper defines and
          collapse all defines to use those. Add an attribute field to
index 144ef32e7f85a8dc9e0c7e9ea92113035f2c525f..7f00516a3d3b045cbb417b0be95fec6d358976d0 100644 (file)
@@ -3,7 +3,8 @@
        * ospf_network.c: (ospf_sock_init) call neutral setsock_ifindex()
           function.
         * ospf_packet.c: (ospf_read) manually look up ifindex
-          if system could not have returned one, eg openbsd.
+          if system could not have returned one, eg openbsd, thanks to Rivo
+         Nurges for highlighting problem and fix.
           Change setsockopt_pktinfo to setsockopt_ifindex.
 
 2004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com>