summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: pbr vty show command for ipset and iptablesPhilippe Guibert2018-05-251-0/+35
* zebra: vni [prefix-routes-only] should also be provided for the 'no' cmdMitesh Kanjariya2018-05-091-3/+9
* zebra: Add a few more breadcrumbsDonald Sharp2018-05-021-0/+7
* zebra: Leave some warning breadcrumbsDonald Sharp2018-04-171-0/+3
* Merge pull request #1973 from donaldsharp/static_nh_vrfRenato Westphal2018-04-101-7/+9
|\
| * zebra: Prevent crash in the off-chance we make a mistakeDonald Sharp2018-03-271-2/+8
| * zebra: Fixup enable/disable of static routes in vrfsDonald Sharp2018-03-271-5/+1
* | Merge pull request #2027 from qlyoung/fix-vrf-static-holdem-displayRuss White2018-04-061-25/+26
|\ \
| * | zebra: display holdem statics correctlyQuentin Young2018-04-051-25/+26
* | | zebra: consistently order static route attributesQuentin Young2018-04-041-7/+7
|/ /
* / *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-34/+35
|/
* zebra: fix config of vrf static routesQuentin Young2018-03-211-2/+3
* zebra: Fix comparison to not look at itselfDonald Sharp2018-03-211-1/+1
* zebra: Fix memory leak on re-enter caseDonald Sharp2018-03-201-0/+3
* zebra: fix static route config writeQuentin Young2018-03-191-1/+1
* zebra: Extend unknown vrf to vrf part of ip routeDonald Sharp2018-03-161-4/+4
* zebra: Allow duplicate entry of a routeDonald Sharp2018-03-161-1/+5
* zebra: Auto create the nexthop-vrf if needed.Donald Sharp2018-03-161-21/+38
* Merge pull request #1819 from donaldsharp/static_stuffRenato Westphal2018-03-141-18/+334
|\
| * zebra: Allow for storage of non-configed vrf routesDonald Sharp2018-03-071-18/+334
* | lib: Isolate nexthop_group functions to nexthop_group.cDonald Sharp2018-03-091-5/+5
|/
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-148/+114
* zebra: enhance show vrf for netns and fixingPhilippe Guibert2018-02-271-1/+5
* Merge pull request #1736 from mkanjari/type5-with-asymmPhilippe Guibert2018-02-271-8/+20
|\
| * zebra, bgp: Support type-5 routes with asymmetric routingMitesh Kanjariya2018-02-101-8/+20
* | zebra: Add code to display interesting tablesDonald Sharp2018-02-231-34/+71
* | zebra: Clean up some SA issues found by new codeDonald Sharp2018-02-141-0/+12
* | *: Make code use a consisten definition of labelsDonald Sharp2018-02-091-2/+2
* | *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-20/+23
|/
* Merge pull request #1722 from donaldsharp/vrf_mc_vrfRenato Westphal2018-02-091-4/+20
|\
| * zebra: Fix vrf routes from assuming their nh's were in the defaultDonald Sharp2018-02-081-4/+20
* | Merge pull request #1654 from mkanjari/evpn-symm-routing-enhancementsPhilippe Guibert2018-02-081-90/+142
|\ \ | |/ |/|
| * *: Refine the notion of a configured VRF in FRRvivek2018-01-241-6/+38
| * zebra/bgpd: fix compilation issuesmitesh2018-01-241-2/+4
| * bgpd/zebra: show command enhancements for EVPN symmetric routingMitesh Kanjariya2018-01-241-81/+49
| * bgpd: vrf/vni mapping command for default instanceMitesh Kanjariya2018-01-241-3/+53
* | zebra: Fix v6 nexthop-vrf and nexthop confusionDonald Sharp2018-01-301-12/+20
* | zebra: Cleanup error handling of nexthop vrf and vrfDonald Sharp2018-01-291-20/+23
* | zebra: Fix to get correct nexthop-vrfDonald Sharp2018-01-271-12/+18
|/
* Merge pull request #1618 from donaldsharp/zebra_startup_orderingPhilippe Guibert2018-01-231-118/+491
|\
| * zebra: Add ability for default vrf to route-leakDonald Sharp2018-01-121-16/+98
| * zebra: Move `ip route ...` generation to vrf controlDonald Sharp2018-01-121-76/+74
| * zebra: Add vrf level 'ip route ...' commandsDonald Sharp2018-01-121-0/+248
| * zebra: Add the zvrf pointer to the 'struct static_route'Donald Sharp2018-01-121-1/+2
| * zebra: Add zebra_static_route_leak functionDonald Sharp2018-01-121-16/+35
| * zebra: When displaying nexthop information show correct vrfDonald Sharp2018-01-121-0/+24
| * zebra: Use the correct vrf id to lookup the ifp pointerDonald Sharp2018-01-121-9/+10
* | zebra: replace 0 value on zebra with VRF_DEFAULTPhilippe Guibert2018-01-221-5/+5
|/
* Merge branch 'master' into evpn-symmetric-routingMitesh Kanjariya2018-01-111-3/+10
|\
| * Merge pull request #1515 from donaldsharp/selected_to_front1Renato Westphal2017-12-191-2/+4
| |\