summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-1910-27/+243
* lib: migrate to new memory-type handlingDavid Lamparter2016-09-192-0/+2
* lib, bgpd: Remove 'struct fifo' from lib/zebra.hDonald Sharp2016-09-171-0/+2
* bgpd: Add flag to not change e{u,g}id on startup and run as unprivileged userLou Berger2016-09-091-3/+16
* bgpd: Fix startup a bit moreDonald Sharp2016-09-091-7/+6
* bgpd: Allow connections with no v4|6 addr's in some conditionsDonald Sharp2016-09-091-0/+4
* bgpd: Display 'no neighbor 192.168.33.44 activate'Donald Sharp2016-09-091-0/+12
* bgpd: Fix standalone to better handle getsockopt failureDonald Sharp2016-09-091-3/+4
* Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-09-094-3/+31
|\
| * bgpd: Process directly connected IBGP peers upon interface downvivek2016-09-083-1/+14
| * lib, bgpd: Log next hopsvivek2016-09-081-2/+17
| * bgpd: Enhance path selection logsvivek2016-09-062-13/+57
| * bgpd: Fix route install upon multipath nexthop changevivek2016-09-061-4/+11
| * bgpd: Fix route install upon non-best nexthop changevivek2016-09-062-6/+51
| * bgpd: Add fix for multiple set commands with prefer-globalroot2016-08-302-1/+9
* | bgpd: Allow bgp to work standaloneDonald Sharp2016-09-092-0/+8
* | bgpd: Fix call of bgp_address_destroyDonald Sharp2016-09-061-2/+2
* | bgpd: Enhance path selection logsvivek2016-09-052-13/+57
* | bgpd: Fix route install upon multipath nexthop changevivek2016-09-051-4/+11
* | bgpd: Fix route install upon non-best nexthop changevivek2016-09-052-6/+51
* | bgpd: Fix crash in 'show ip nexthop'Donald Sharp2016-09-051-2/+3
* | bgpd: fix bug in ecommunity_matchRenato Westphal2016-09-031-2/+3
* | bgpd: Addition of bgp dampening configuration commands under IPv4 Multicast a...Balaji2016-09-031-0/+7
* | bgpd: Addition of dampening show commands under v4 unicast/multicast treeBalaji2016-09-031-0/+66
* | bgpd: Add new configuration cli for graceful restart.Philippe Guibert2016-09-032-0/+53
* | bgpd: fix wrong help strings of "match peer" and "no match peer" commandsIgor Ryzhov2016-09-031-4/+4
* | lib: add AF_ETHERNET/AFI_ETHERLou Berger2016-09-031-0/+3
* | bgp: add "debug bgp allow-martians" next hops and related code/commandsLou Berger2016-09-033-1/+63
* | bgpd: cleanup clang uninitialized variable warningLou Berger2016-09-031-1/+1
* | bgpd, lib, ospfd, pimd, zebra: Use nexthop_types_tDonald Sharp2016-09-021-7/+5
* | bgpd: Add fix for multiple set commands with prefer-globalroot2016-09-012-1/+9
* | build/solaris: fix one error and a few warningsRenato Westphal2016-08-272-2/+4
* | bgpd: cleanup vty bgp_node_afi/safi utilsLou Berger2016-08-241-13/+34
* | bgp: Reorg cleanup to align process and bgp instance init/destroyLou Berger2016-08-242-3/+4
* | bgpd: fix build on SolarisRenato Westphal2016-08-247-44/+44
* | Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-08-192-1/+4
|\|
| * bgpd: Upon interface up (update) only kick-off non-Established peersvivek2016-08-191-0/+1
| * Fix for CM-12450 Ensure quagga logs at startup are sent to syslog (until log ...Sid Khot2016-08-181-1/+3
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-186-10/+10
* | Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-08-182-2/+4
|\|
| * BGP: neighbor activate lines for ipv4 unicast are not in the sub contextDaniel Walton2016-08-171-1/+3
| * "No such peer-groupr" should be "No such peer-group"Daniel Walton2016-08-151-1/+1
* | lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-08-1625-8/+27
* | bgpd: only try to identify VRF on LinuxDavid Lamparter2016-08-161-0/+12
* | Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-08-151-75/+8
|\|
| * bgpd: Reverting fix for CM-5040: BGP and OSPF should accept "router-id use-lo...Sid Khot2016-08-131-75/+8
* | *: fix trivial build errors on *BSDRenato Westphal2016-08-081-2/+2
* | bgpd: fix wrong use of IN6_IS_ADDR_LINKLOCALRenato Westphal2016-08-081-1/+1
* | bgpd: use utsname.domainname only when availableRenato Westphal2016-08-081-1/+6
|/
* bgpd: Fix for CM-11982 bgp failed to redistribute connected in vrf tableSid Khot2016-08-063-0/+30