summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_network.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* *: update thread_add_* callsQuentin Young2017-05-091-4/+5
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-2/+4
* bgpd, lib, zebra: Refactor ifname2ifindex to be VRF awareDonald Sharp2017-03-151-1/+1
* *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-151-2/+2
* frr: Remove HAVE_IPV6 from code baseDonald Sharp2017-01-131-51/+0
* *: always set SO_SNDBUF and SO_RCVBUF using a best effort approachRenato Westphal2016-12-081-24/+2
* Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-10-211-2/+3
|\
| * bgpd: protect "could not get instance" error message with debugDon Slice2016-10-111-2/+3
* | bgpd, lib: memory cleanups for valgrind, plus debug changesLou Berger2016-10-181-1/+3
* | bgpd: Revert --enable-bgp-standaloneDonald Sharp2016-09-201-2/+2
* | bgpd: Fix standalone to better handle getsockopt failureDonald Sharp2016-09-091-3/+4
* | bgpd: Allow bgp to work standaloneDonald Sharp2016-09-091-0/+6
* | build/solaris: fix one error and a few warningsRenato Westphal2016-08-271-0/+2
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-1/+1
* | lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-08-161-0/+1
* | bgpd: only try to identify VRF on LinuxDavid Lamparter2016-08-161-0/+12
|/
* ospf6d, bgpd: avoid calling if_nametoindexFeng Lu2016-06-091-1/+1
* lib: allow caller to provide prefix storage in sockunion2hostprefixTimo Teräs2016-06-091-6/+5
* build: remove INRIA, NRL and MUSICA IPv6 quirksDavid Lamparter2016-06-031-2/+2
* bgpd: kill unused variable in bgp_socket()Lou Berger2016-05-261-1/+1
* bgp: Anti-Yammer PatchDonald Sharp2016-04-211-1/+2
* bgpd: Another hash_get crash fixDonald Sharp2016-04-041-0/+3
* bgpd: Add group pointer to peer_create function.Donald Sharp2016-03-311-1/+1
* BGP: Fix BGP unnumbered peerings across VRFsvivek2016-03-291-0/+1
* BGP: Unnumbered peering in a VRFvivek2016-02-291-36/+84
* BGPD: Make "Bind to connect" messages conditional no debugDon Slice2016-02-231-1/+2
* bgpd: Add the ability to use a VRF to bgpDonald Sharp2016-02-021-4/+43
* Use a hash to store BGP peer structuresDaniel Walton2015-10-231-0/+4
* bgpd: fix using of two pointers for struct thread_master *Donald Sharp2015-10-141-2/+2
* BGP: Fix MD5 authentication for unnumbered neighborsvivek2015-08-301-4/+18
* BGP: Handle interface or local address failurevivek2015-08-291-1/+7
* The MD5 password configured for a BGP peer was incorrectly gettingDonald Sharp2015-07-221-1/+8
* BGP: Restart the BGP FSM if update source fails.Donald Sharp2015-06-121-6/+12
* bgpd-set-somark.patchDonald Sharp2015-06-121-0/+5
* bgpd-ebgp-multihop-fix.patchDonald Sharp2015-05-201-3/+12
* bgpd: bgpd-warnings.patchDonald Sharp2015-05-201-3/+1
* bgpd: bgpd-no-as.patchDonald Sharp2015-05-201-1/+1
* Some debug calls are being passed the incorrect peerDonald Sharp2015-05-201-3/+3
* During connection setup, there may be two connections in progress for a BGPDonald Sharp2015-05-201-1/+2
* When an incoming connection is received from a neighbor that is configured butDonald Sharp2015-05-201-0/+10
* BGP: For sessions based on interface/LL addr, use ifindex to identify peerDonald Sharp2015-05-201-5/+5
* This patch adds support for allowing BGP to create and bring up neighborDonald Sharp2015-05-201-1/+20
* BGP: Add dynamic update group supportDonald Sharp2015-05-201-0/+1
* Overhual BGP debugsDonald Sharp2015-05-201-14/+14
* 'neighbor <if-name> interface' config support in BGP including RA/Zebra changes.Donald Sharp2015-05-201-6/+14
* bgpd: bgpd-fsm-fix.patchDonald Sharp2015-05-201-28/+77
* *: nuke ^L (page feed)David Lamparter2014-06-041-1/+1
* bgpd: support TTL-security with iBGPPradosh Mohapatra2014-05-191-5/+38
* bgpd: factor out TTL settingDavid Lamparter2014-05-191-12/+12
* bgpd: increase TCP socket buffer sizeVipin Kumar2014-05-151-1/+29