mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 16:20:08 +00:00
- credit rix for fixing openbsd
This commit is contained in:
parent
06f953f7ab
commit
4ccb2c46c5
@ -5,7 +5,8 @@
|
|||||||
(setsockopt_pktinfo) unexported
|
(setsockopt_pktinfo) unexported
|
||||||
* sockopt.h: Cleanup SOCKOPT_CMSG defines a bit. Add a throwaway
|
* sockopt.h: Cleanup SOCKOPT_CMSG defines a bit. Add a throwaway
|
||||||
define for SOPT_SIZE_CMSG_IFINDEX_IPV4 for systems which have
|
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.
|
Fix elif that should be an else.
|
||||||
* command.h: Cleanup the defines a bit, add helper defines and
|
* command.h: Cleanup the defines a bit, add helper defines and
|
||||||
collapse all defines to use those. Add an attribute field to
|
collapse all defines to use those. Add an attribute field to
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
* ospf_network.c: (ospf_sock_init) call neutral setsock_ifindex()
|
* ospf_network.c: (ospf_sock_init) call neutral setsock_ifindex()
|
||||||
function.
|
function.
|
||||||
* ospf_packet.c: (ospf_read) manually look up ifindex
|
* 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.
|
Change setsockopt_pktinfo to setsockopt_ifindex.
|
||||||
|
|
||||||
2004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
|
2004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user