summaryrefslogtreecommitdiffstats
path: root/zebra/rt_netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Print out netlink message type instead of numberDonald Sharp2018-09-141-5/+6
* zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young2018-09-131-4/+4
* Merge pull request #3007 from pacovn/static_analysis__shadow_variables2Donald Sharp2018-09-131-3/+3
|\
| * lib vtysh zebra: variable shadowing fixesF. Aragon2018-09-121-3/+3
* | Merge remote-tracking branch 'frr/master' into warningsDavid Lamparter2018-09-121-1/+7
|\|
| * zebra: add RTPROT_FABRICD route type 197Christian Franke2018-09-051-1/+7
* | zebra: fix includesQuentin Young2018-09-061-0/+1
* | zebra: flog_warn conversionQuentin Young2018-09-061-28/+34
|/
* zebra: Fix crash in mroute debugDonald Sharp2018-08-281-5/+7
* zebra: Add support for static encap mpls labelsStephen Worley2018-08-251-5/+59
* Merge pull request #2122 from donaldsharp/zebra_nhsMartin Winter2018-08-081-2/+4
|\
| * staticd, zebra: Fix up code warningsDonald Sharp2018-07-291-2/+4
| * lib, zebra: Allow protocols to use Distance as part of RR semanticsDonald Sharp2018-07-291-2/+2
* | Merge pull request #2726 from sworleys/Netlink-Filter-AFIRenato Westphal2018-08-071-9/+3
|\ \ | |/ |/|
| * zebra: Format log for address family checkStephen Worley2018-07-251-2/+2
| * zebra: Ignore AF_ETHERNET and AF_MPLS in route_change as wellStephen Worley2018-07-251-7/+1
* | Merge branch 'master' into Netlink-Prefix-Len-CheckStephen Worley2018-07-261-25/+47
|\|
| * Merge pull request #2704 from sworleys/Netlink-Nexthop-HangRuss White2018-07-251-0/+6
| |\
| | * zebra: Add check for nexthop loop to prevent hangingStephen Worley2018-07-241-0/+6
| * | Merge pull request #2665 from chiragshah6/evpn_devRuss White2018-07-241-10/+13
| |\ \
| | * | bgpd: support evpn nd ext communityChirag Shah2018-07-171-10/+13
| * | | zebra: do not ignore ipv6 srcdest routesChristian Franke2018-07-241-15/+14
| | |/ | |/|
| * | Remove not needed filters and fix typosStephen Worley2018-07-231-5/+4
| * | zebra: Add address family filtersStephen Worley2018-07-231-0/+16
| |/
* | zebra: Make prefix length check return errorStephen Worley2018-07-261-6/+6
* | Change log statements to use unsigned formatStephen Worley2018-07-241-3/+3
* | zebra: Add check for prefix length from kernel messagesStephen Worley2018-07-231-0/+19
|/
* Merge pull request #2595 from pguibert6WIND/fix_netlink_rx_route_vrfnetnsDonald Sharp2018-07-131-3/+6
|\
| * zebra: upon RTM_NEWROUTE/DELROUTE, find appropriate interfacePhilippe Guibert2018-07-101-3/+6
* | zebra, libs: use const prefix ptrs in apisMark Stapp2018-07-111-8/+9
|/
* zebra: Add error messages in places where we have a decode problemDonald Sharp2018-06-251-3/+16
* zebra: Add a result from dataplane requestDonald Sharp2018-05-301-4/+5
* zebra: Rename SOUTHBOUND_XXX to DP_XXXDonald Sharp2018-05-301-6/+9
* Merge pull request #2283 from donaldsharp/ignore_some_moreRuss White2018-05-271-22/+14
|\
| * zebra: Remove unnecessary function parameterDonald Sharp2018-05-241-22/+14
* | zebra: Add a breadcrumb for when we ignore a routeDonald Sharp2018-05-261-1/+5
* | tools, zebra: Use different protocol value for our staticsDonald Sharp2018-05-261-2/+3
|/
* zebra: Allow runtime determination of v6 RR semanticsDonald Sharp2018-05-181-1/+1
* zebra: memset buf to prevent uninited writes into kernelDonald Sharp2018-05-181-10/+5
* bgpd: Fix VRF route leaking for multipath routesvivek2018-05-091-8/+0
* bgpd, zebra: Handle EVPN router MAC per next hopvivek2018-05-091-2/+2
* zebra: Add PBR and SHARP handlingDonald Sharp2018-04-271-1/+28
* zebra: clean up zapi organizationQuentin Young2018-04-231-1/+1
* Merge pull request #2072 from donaldsharp/blackhole_thisRuss White2018-04-201-1/+11
|\
| * zebra: Allow blackhole route deletion for prefixesDonald Sharp2018-04-171-1/+11
* | zebra: add EVPN learned neighbors as NUD_NOARPMitesh Kanjariya2018-04-121-1/+1
* | zebra: act on kernel notifications for remote neighbors as wellMitesh Kanjariya2018-04-121-3/+3
|/
* Merge pull request #2043 from donaldsharp/v6_shenanigansRenato Westphal2018-04-101-16/+17
|\
| * zebra: Only send down pertinent information on RTM_DELROUTEDonald Sharp2018-04-091-2/+7
| * zebra: Cleanup debugs and add a bit more infoDonald Sharp2018-04-091-14/+10