| Commit message (Expand) | Author | Age | Files | Lines |
* | zebra: Use vrf name instead of vrf-id for router-id definition | Don Slice | 2016-03-29 | 1 | -2/+2 |
* | zebra: Use vrf name instead of vrf-id for ipv6 static route configuration | Don Slice | 2016-03-29 | 1 | -1/+4 |
* | Zebra: Fix nexthops in IPv6 route display | vivek | 2016-03-29 | 1 | -4/+6 |
* | zebra: add or delete router-id when interface moves vrfs | Don Slice | 2016-03-25 | 1 | -0/+2 |
* | Zebra: Fix handling of larger table-ids | vivek | 2016-03-25 | 2 | -67/+81 |
* | bgpd, lib, zebra: Add ability to retrieve ifp without specifying a vrf | Donald Sharp | 2016-03-23 | 1 | -1/+1 |
* | zebra: Some small modifications to actually delete the vrf | Donald Sharp | 2016-03-23 | 2 | -2/+12 |
* | zebra: Replace vrf with zebra_vrf in a few places | Donald Sharp | 2016-03-23 | 6 | -23/+23 |
* | Zebra: Restrict IPv6 RA to valid interfaces | vivek | 2016-03-22 | 3 | -8/+25 |
* | Makfile issues to compile better | Donald Sharp | 2016-03-18 | 1 | -1/+1 |
* | quagga: Netlink error message following Notification send | Daniel Walton | 2016-03-16 | 1 | -2/+10 |
* | Support for multi-client and client reg msg | radhika | 2016-03-09 | 4 | -9/+67 |
* | Zebra and bgpd: VRF support for BFD | radhika | 2016-03-08 | 6 | -20/+54 |
* | Zebra: Cleanup registered nexthops upon client exit | vivek | 2016-03-02 | 1 | -4/+21 |
* | Zebra: Move VRF keyword in show ip route commands | Don Slice | 2016-02-28 | 1 | -234/+515 |
* | Zebra: Fix static NHT to work properly in a VRF | vivek | 2016-02-26 | 2 | -53/+18 |
* | Zebra: Fix static NHT to work properly in a VRF | vivek | 2016-02-26 | 4 | -25/+34 |
* | Quagga: Implement VRF change semantics for an interface | vivek | 2016-02-25 | 1 | -58/+47 |
* | Quagga: Implement VRF change semantics for an interface | vivek | 2016-02-25 | 7 | -76/+266 |
* | Zebra: Improve output of show ip route vrf all | Don Slice | 2016-02-24 | 1 | -3/+7 |
* | Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in... | Donald Sharp | 2016-02-23 | 6 | -10/+45 |
|\ |
|
| * | Zebra: Zebra: Display interface info for NHT in a VRF | vivek | 2016-02-23 | 3 | -3/+14 |
| * | Zebra: Perform NHT evaluation for VRFs | vivek | 2016-02-23 | 2 | -4/+28 |
| * | Zebra: Enable VRF as an interface creation | Don Slice | 2016-02-22 | 1 | -2/+2 |
| * | Zebra: Fix ignoring status for VRF device | vivek | 2016-02-22 | 1 | -1/+1 |
* | | debian, config, zebra: Ensure Cumulus Extensions are not auto turned on | Donald Sharp | 2016-02-23 | 1 | -0/+2 |
|/ |
|
* | Zebra: Ignore status change for VRF (temporary) | vivek | 2016-02-20 | 1 | -0/+13 |
* | Zebra: Cleanup and update RA debugs | vivek | 2016-02-19 | 1 | -33/+46 |
* | Zebra: Make RA socket operation on a per-NS basis | vivek | 2016-02-19 | 4 | -84/+95 |
* | Zebra: Tweak netlink socket creation function | vivek | 2016-02-19 | 1 | -1/+1 |
* | Zebra: Link VRF to corresponding NS | vivek | 2016-02-19 | 1 | -0/+1 |
* | Zebra: Fix vrf setting based on netlink messages | Don Slice | 2016-02-19 | 1 | -15/+8 |
* | Zebra: Restrict automatic RA enable to relevant interfaces | vivek | 2016-02-19 | 4 | -14/+43 |
* | Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in... | dslice | 2016-02-18 | 1 | -2/+3 |
|\ |
|
| * | zebra: Fix 'show ipv6 nht' to actually work | Donald Sharp | 2016-02-18 | 1 | -2/+3 |
* | | zebra: fix creation of "other table" for rdnbrd | dslice | 2016-02-18 | 1 | -15/+16 |
|/ |
|
* | zebra: set vrf-id on vrf slave interfaces | Don Slice | 2016-02-15 | 1 | -2/+16 |
* | quagga: remove babel | Daniel Walton | 2016-02-11 | 3 | -7/+0 |
* | zebra: All slave devices were being treated as vrfs | sharpd | 2016-02-11 | 1 | -6/+18 |
* | *: Modify protocols to have systemd integration | Donald Sharp | 2016-02-10 | 1 | -0/+4 |
* | zebra: display_vrf_name_on_interface | Don Slice | 2016-02-04 | 1 | -1/+3 |
* | zebra: show_interface_name_vrf fix | Don Slice | 2016-02-04 | 1 | -12/+13 |
* | lib, vtysh, zebra: Better VRF debug handling | Donald Sharp | 2016-02-03 | 1 | -2/+2 |
* | lib, zebra: The Bulk of the conversion over to NS and VRF | Donald Sharp | 2016-02-01 | 26 | -219/+825 |
* | zebra: Add the 'struct zebra_ns' data structure | Donald Sharp | 2016-02-01 | 1 | -1/+24 |
* | lib, zebra: Abstract vrf.c to handle both vrf_id_t and char *name | Donald Sharp | 2016-02-01 | 2 | -6/+6 |
* | bgpd, ripngd, zebra: Remove duplicate PSIZE define | Donald Sharp | 2016-01-26 | 1 | -3/+0 |
* | zebra: Fix crash in connected.c due to RA change | Donald Sharp | 2015-12-15 | 2 | -7/+4 |
* | zebra: Crash upon disabling a link | Daniel Walton | 2015-12-14 | 1 | -0/+3 |
* | zebra: Reorganize NHT code | vivek | 2015-12-09 | 3 | -259/+363 |