diff options
author | paul <paul> | 2004-10-22 12:05:17 +0000 |
---|---|---|
committer | paul <paul> | 2004-10-22 12:05:17 +0000 |
commit | ac1912327ea078f1336d54fdb1177592f94a7980 (patch) | |
tree | 0c1f6707631855387c9babee1ebe7e92e3fa4cf0 /ospfd/ChangeLog | |
parent | 23b9c61e5bb60d557b07dc1d7c4d7614f63dc009 (diff) | |
download | quagga-ac1912327ea078f1336d54fdb1177592f94a7980.tar.bz2 quagga-ac1912327ea078f1336d54fdb1177592f94a7980.tar.xz |
2004-10-22 Paul Jakma <paul@dishone.st>
* 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.
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 31ee303d..2b77ed46 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,10 @@ +2004-10-22 Paul Jakma <paul@dishone.st> + + * 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. + 2004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com> * ospf_snmp.c: (ospf_snmp_if_update) Fix logic to handle PtP links |