| Commit message (Expand) | Author | Age | Files | Lines |
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs | David Lamparter | 2016-09-19 | 10 | -27/+243 |
* | lib: migrate to new memory-type handling | David Lamparter | 2016-09-19 | 2 | -0/+2 |
* | lib, bgpd: Remove 'struct fifo' from lib/zebra.h | Donald Sharp | 2016-09-17 | 1 | -0/+2 |
* | bgpd: Add flag to not change e{u,g}id on startup and run as unprivileged user | Lou Berger | 2016-09-09 | 1 | -3/+16 |
* | bgpd: Fix startup a bit more | Donald Sharp | 2016-09-09 | 1 | -7/+6 |
* | bgpd: Allow connections with no v4|6 addr's in some conditions | Donald Sharp | 2016-09-09 | 1 | -0/+4 |
* | bgpd: Display 'no neighbor 192.168.33.44 activate' | Donald Sharp | 2016-09-09 | 1 | -0/+12 |
* | bgpd: Fix standalone to better handle getsockopt failure | Donald Sharp | 2016-09-09 | 1 | -3/+4 |
* | Merge remote-tracking branch 'origin/cmaster' into cmaster-next | Donald Sharp | 2016-09-09 | 4 | -3/+31 |
|\ |
|
| * | bgpd: Process directly connected IBGP peers upon interface down | vivek | 2016-09-08 | 3 | -1/+14 |
| * | lib, bgpd: Log next hops | vivek | 2016-09-08 | 1 | -2/+17 |
| * | bgpd: Enhance path selection logs | vivek | 2016-09-06 | 2 | -13/+57 |
| * | bgpd: Fix route install upon multipath nexthop change | vivek | 2016-09-06 | 1 | -4/+11 |
| * | bgpd: Fix route install upon non-best nexthop change | vivek | 2016-09-06 | 2 | -6/+51 |
| * | bgpd: Add fix for multiple set commands with prefer-global | root | 2016-08-30 | 2 | -1/+9 |
* | | bgpd: Allow bgp to work standalone | Donald Sharp | 2016-09-09 | 2 | -0/+8 |
* | | bgpd: Fix call of bgp_address_destroy | Donald Sharp | 2016-09-06 | 1 | -2/+2 |
* | | bgpd: Enhance path selection logs | vivek | 2016-09-05 | 2 | -13/+57 |
* | | bgpd: Fix route install upon multipath nexthop change | vivek | 2016-09-05 | 1 | -4/+11 |
* | | bgpd: Fix route install upon non-best nexthop change | vivek | 2016-09-05 | 2 | -6/+51 |
* | | bgpd: Fix crash in 'show ip nexthop' | Donald Sharp | 2016-09-05 | 1 | -2/+3 |
* | | bgpd: fix bug in ecommunity_match | Renato Westphal | 2016-09-03 | 1 | -2/+3 |
* | | bgpd: Addition of bgp dampening configuration commands under IPv4 Multicast a... | Balaji | 2016-09-03 | 1 | -0/+7 |
* | | bgpd: Addition of dampening show commands under v4 unicast/multicast tree | Balaji | 2016-09-03 | 1 | -0/+66 |
* | | bgpd: Add new configuration cli for graceful restart. | Philippe Guibert | 2016-09-03 | 2 | -0/+53 |
* | | bgpd: fix wrong help strings of "match peer" and "no match peer" commands | Igor Ryzhov | 2016-09-03 | 1 | -4/+4 |
* | | lib: add AF_ETHERNET/AFI_ETHER | Lou Berger | 2016-09-03 | 1 | -0/+3 |
* | | bgp: add "debug bgp allow-martians" next hops and related code/commands | Lou Berger | 2016-09-03 | 3 | -1/+63 |
* | | bgpd: cleanup clang uninitialized variable warning | Lou Berger | 2016-09-03 | 1 | -1/+1 |
* | | bgpd, lib, ospfd, pimd, zebra: Use nexthop_types_t | Donald Sharp | 2016-09-02 | 1 | -7/+5 |
* | | bgpd: Add fix for multiple set commands with prefer-global | root | 2016-09-01 | 2 | -1/+9 |
* | | build/solaris: fix one error and a few warnings | Renato Westphal | 2016-08-27 | 2 | -2/+4 |
* | | bgpd: cleanup vty bgp_node_afi/safi utils | Lou Berger | 2016-08-24 | 1 | -13/+34 |
* | | bgp: Reorg cleanup to align process and bgp instance init/destroy | Lou Berger | 2016-08-24 | 2 | -3/+4 |
* | | bgpd: fix build on Solaris | Renato Westphal | 2016-08-24 | 7 | -44/+44 |
* | | Merge remote-tracking branch 'origin/cmaster' into cmaster-next | Donald Sharp | 2016-08-19 | 2 | -1/+4 |
|\| |
|
| * | bgpd: Upon interface up (update) only kick-off non-Established peers | vivek | 2016-08-19 | 1 | -0/+1 |
| * | Fix for CM-12450 Ensure quagga logs at startup are sent to syslog (until log ... | Sid Khot | 2016-08-18 | 1 | -1/+3 |
* | | *: use an ifindex_t type, defined in lib/if.h, for ifindex values | Paul Jakma | 2016-08-18 | 6 | -10/+10 |
* | | Merge remote-tracking branch 'origin/cmaster' into cmaster-next | Donald Sharp | 2016-08-18 | 2 | -2/+4 |
|\| |
|
| * | BGP: neighbor activate lines for ipv4 unicast are not in the sub context | Daniel Walton | 2016-08-17 | 1 | -1/+3 |
| * | "No such peer-groupr" should be "No such peer-group" | Daniel Walton | 2016-08-15 | 1 | -1/+1 |
* | | lib, bgpd, tests: Refactor FILTER_X in zebra.h | Donald Sharp | 2016-08-16 | 25 | -8/+27 |
* | | bgpd: only try to identify VRF on Linux | David Lamparter | 2016-08-16 | 1 | -0/+12 |
* | | Merge remote-tracking branch 'origin/cmaster' into cmaster-next | Donald Sharp | 2016-08-15 | 1 | -75/+8 |
|\| |
|
| * | bgpd: Reverting fix for CM-5040: BGP and OSPF should accept "router-id use-lo... | Sid Khot | 2016-08-13 | 1 | -75/+8 |
* | | *: fix trivial build errors on *BSD | Renato Westphal | 2016-08-08 | 1 | -2/+2 |
* | | bgpd: fix wrong use of IN6_IS_ADDR_LINKLOCAL | Renato Westphal | 2016-08-08 | 1 | -1/+1 |
* | | bgpd: use utsname.domainname only when available | Renato Westphal | 2016-08-08 | 1 | -1/+6 |
|/ |
|
* | bgpd: Fix for CM-11982 bgp failed to redistribute connected in vrf table | Sid Khot | 2016-08-06 | 3 | -0/+30 |