summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Use vrf name instead of vrf-id for router-id definitionDon Slice2016-03-291-2/+2
* zebra: Use vrf name instead of vrf-id for ipv6 static route configurationDon Slice2016-03-291-1/+4
* Zebra: Fix nexthops in IPv6 route displayvivek2016-03-291-4/+6
* zebra: add or delete router-id when interface moves vrfsDon Slice2016-03-251-0/+2
* Zebra: Fix handling of larger table-idsvivek2016-03-252-67/+81
* bgpd, lib, zebra: Add ability to retrieve ifp without specifying a vrfDonald Sharp2016-03-231-1/+1
* zebra: Some small modifications to actually delete the vrfDonald Sharp2016-03-232-2/+12
* zebra: Replace vrf with zebra_vrf in a few placesDonald Sharp2016-03-236-23/+23
* Zebra: Restrict IPv6 RA to valid interfacesvivek2016-03-223-8/+25
* Makfile issues to compile betterDonald Sharp2016-03-181-1/+1
* quagga: Netlink error message following Notification sendDaniel Walton2016-03-161-2/+10
* Support for multi-client and client reg msgradhika2016-03-094-9/+67
* Zebra and bgpd: VRF support for BFDradhika2016-03-086-20/+54
* Zebra: Cleanup registered nexthops upon client exitvivek2016-03-021-4/+21
* Zebra: Move VRF keyword in show ip route commandsDon Slice2016-02-281-234/+515
* Zebra: Fix static NHT to work properly in a VRFvivek2016-02-262-53/+18
* Zebra: Fix static NHT to work properly in a VRFvivek2016-02-264-25/+34
* Quagga: Implement VRF change semantics for an interfacevivek2016-02-251-58/+47
* Quagga: Implement VRF change semantics for an interfacevivek2016-02-257-76/+266
* Zebra: Improve output of show ip route vrf allDon Slice2016-02-241-3/+7
* Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Donald Sharp2016-02-236-10/+45
|\
| * Zebra: Zebra: Display interface info for NHT in a VRFvivek2016-02-233-3/+14
| * Zebra: Perform NHT evaluation for VRFsvivek2016-02-232-4/+28
| * Zebra: Enable VRF as an interface creationDon Slice2016-02-221-2/+2
| * Zebra: Fix ignoring status for VRF devicevivek2016-02-221-1/+1
* | debian, config, zebra: Ensure Cumulus Extensions are not auto turned onDonald Sharp2016-02-231-0/+2
|/
* Zebra: Ignore status change for VRF (temporary)vivek2016-02-201-0/+13
* Zebra: Cleanup and update RA debugsvivek2016-02-191-33/+46
* Zebra: Make RA socket operation on a per-NS basisvivek2016-02-194-84/+95
* Zebra: Tweak netlink socket creation functionvivek2016-02-191-1/+1
* Zebra: Link VRF to corresponding NSvivek2016-02-191-0/+1
* Zebra: Fix vrf setting based on netlink messagesDon Slice2016-02-191-15/+8
* Zebra: Restrict automatic RA enable to relevant interfacesvivek2016-02-194-14/+43
* Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...dslice2016-02-181-2/+3
|\
| * zebra: Fix 'show ipv6 nht' to actually workDonald Sharp2016-02-181-2/+3
* | zebra: fix creation of "other table" for rdnbrddslice2016-02-181-15/+16
|/
* zebra: set vrf-id on vrf slave interfacesDon Slice2016-02-151-2/+16
* quagga: remove babelDaniel Walton2016-02-113-7/+0
* zebra: All slave devices were being treated as vrfssharpd2016-02-111-6/+18
* *: Modify protocols to have systemd integrationDonald Sharp2016-02-101-0/+4
* zebra: display_vrf_name_on_interfaceDon Slice2016-02-041-1/+3
* zebra: show_interface_name_vrf fixDon Slice2016-02-041-12/+13
* lib, vtysh, zebra: Better VRF debug handlingDonald Sharp2016-02-031-2/+2
* lib, zebra: The Bulk of the conversion over to NS and VRFDonald Sharp2016-02-0126-219/+825
* zebra: Add the 'struct zebra_ns' data structureDonald Sharp2016-02-011-1/+24
* lib, zebra: Abstract vrf.c to handle both vrf_id_t and char *nameDonald Sharp2016-02-012-6/+6
* bgpd, ripngd, zebra: Remove duplicate PSIZE defineDonald Sharp2016-01-261-3/+0
* zebra: Fix crash in connected.c due to RA changeDonald Sharp2015-12-152-7/+4
* zebra: Crash upon disabling a linkDaniel Walton2015-12-141-0/+3
* zebra: Reorganize NHT codevivek2015-12-093-259/+363