summaryrefslogtreecommitdiffstats
path: root/zebra/connected.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-221-3/+3
| | | | | * connected.c: (connected_add_ipv4) Limit warning about /32 addresses with no peer specified to PtP interfaces only.
* OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd,hasso2004-10-191-2/+44
| | | | ripd might need some more testing though.
* Fix warnings. Didn't even look at files not compiled in Linux though.hasso2004-10-071-2/+2
|
* New way to handle secondary addresses from Gilad Arnold.hasso2004-10-031-10/+9
|
* Remove usage of evil list and listnode typedefs.hasso2004-09-231-2/+2
|
* 2003-10-13 Douglas Fraser <doug+quagga@idmf.net>paul2003-10-131-2/+2
| | | | | * zebra/connected.c: PtP revert fixup. Zebra was not creating connected route for PtP peer.
* 2003-09-29 Paul Jakma <paul@dishone.st>paul2003-09-291-4/+4
| | | | | | | | | | | | | | * zebra/connected.c: revert the 'generic PtP' patch as it causes far too many problems. People who use FreeSWAN should investigate native linux ipsec. * zebra/rt_netlink.c: ditto * lib/if.c: ditto * ripd/ripd.h: ditto * ripd/ripd.c: ditto * ripd/rip_interface.c: ditto * ospfd/ospfd.c: ditto * ospfd/ospf_snmp.c: ditto * bgpd/bgp_nexthop.c: ditto
* Last fixes from 6Wind patch.hasso2003-05-251-0/+3
|
* Amir - revision 197paul2003-04-091-1/+2
| | | | | | | | | | | | | | | | | | Log: I've fixed a small bug in connected_down_ipv4(): I changed if (ifc_pointopoint (ifc)) into if (ifc_pointopoint (ifc) && dest) like show in connected_up_ipv4() After changing this 'ip address x/y'; 'no ip address x/y' works without crash when done in sequence.
* Kevin C Miller <kevinm@andrew.cmu.edu>patch.z16681.ospfd.nssapaul2002-12-131-1/+1
| | | | [zebra 16681] OSPF NSSA Patches
* [zebra 14631] Generic PtP and RFC3021 interface addressing supportpatch.z14631.ptp.rfc3021paul2002-12-131-4/+4
|
* Initial revisionpaul2002-12-131-0/+394