summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-237-300/+300
* Change {json} to [json]Daniel Walton2016-09-233-165/+165
* ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton2016-09-235-5503/+4957
* bgpd: more bgp_vty.c parser conversionDaniel Walton2016-09-221-492/+485
* bgpd: argv update for all but bgp_vty.cDaniel Walton2016-09-2213-517/+460
* bgpd: Additional Show CommandsLou Berger2016-09-213-28/+252
* bgpd: Revert --enable-bgp-standaloneDonald Sharp2016-09-203-5/+5
* vtysh: work around gcc bug #69981David Lamparter2016-09-191-1/+1
* *: 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