]> git.puffer.fish Git - mirror/frr.git/commitdiff
2004-08-19 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Thu, 19 Aug 2004 04:43:43 +0000 (04:43 +0000)
committerpaul <paul>
Thu, 19 Aug 2004 04:43:43 +0000 (04:43 +0000)
        * ospf_packet.c: update to match sockopt renames.

ospfd/ChangeLog
ospfd/ospf_packet.c

index 4bbc2cafc29142dc18468eaf22143de3c0add951..1339ba24a497f97e0a458f837423ba23f5a2fa7c 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-19 Paul Jakma <paul@dishone.st>
+
+       * ospf_packet.c: update to match sockopt renames.
+       
 2004-08-04 Paul Jakma <paul@dishone.st>
 
        * ospf_spf.c: (ospf_spf_consider_nexthop) Add comment about issue.
index 8aa6399857dc04ef9d766692e959d6e9d8a49c7d..ce82ee27c11ede91242cfbd3bc7e19fcd5a6978f 100644 (file)
@@ -1929,7 +1929,7 @@ ospf_recv_packet (int fd, struct interface **ifp)
   iov.iov_len = ip_len;
   ret = recvmsg (fd, &msgh, 0);
   
-  ifindex = getsockopt_pktinfo_ifindex (AF_INET, &msgh);
+  ifindex = getsockopt_ifindex (AF_INET, &msgh);
   
   *ifp = if_lookup_by_index (ifindex);