summaryrefslogtreecommitdiffstats
path: root/bgpd/rfapi (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-31zebra: Move client_list to the zebra_router data structureDonald Sharp10-41/+44
2019-01-31zebra: Move the master thread handler to the zrouter structureDonald Sharp20-61/+66
2019-01-31Revert "include: Add linux header mroute.h to our build"David Lamparter2-180/+0
2019-01-30build: fix a whole bunch of *FLAGSDavid Lamparter23-38/+47
2019-01-30build, lib/yang: bake in extensions if possible (v2)David Lamparter1-3/+3
2019-01-30include: Add linux header mroute.h to our buildDonald Sharp2-0/+180
2019-01-30zebra: On route update context is sometimes indeterminate in post-processingDonald Sharp1-1/+10
2019-01-30zebra: When the kernel passes up a onlink route respect those flagsDonald Sharp1-0/+7
2019-01-30zebra: Trust kernel and System routesDonald Sharp1-0/+8
2019-01-30zebra: Convert route entry id number to string in debugsDonald Sharp2-34/+38
2019-01-29bgpd: fix valgrind flagged errorsNitin Soni3-6/+12
2019-01-29zebra: add fwmark information at netlink levelPhilippe Guibert1-1/+2
2019-01-29bgpd: display the list of iprules attached to a fs entryPhilippe Guibert6-11/+63
2019-01-29bgpd: change priority of fs pbr rulesPhilippe Guibert3-2/+12
2019-01-29bgpd: notify callback when ip rule from/to rule has been configuredPhilippe Guibert3-8/+60
2019-01-29bgpd: conversion from fs to pbr: support for ip rule from/toPhilippe Guibert1-2/+161
2019-01-29bgpd: ip rule zebra layer adapted to handle both casesPhilippe Guibert3-26/+64
2019-01-29bgpd: the fs entry is valid for any rule only, by using ipruleset cmdPhilippe Guibert1-4/+36
2019-01-29bgpd: an hash list of pbr iprule is createdPhilippe Guibert3-0/+93
2019-01-29bgpd: upon bgp fs study, determine if iprule can be usedPhilippe Guibert3-2/+26
2019-01-29bgpd: remove useless fields in bgp_pbr_entry_mainPhilippe Guibert1-13/+0
2019-01-29bgpd: detach vrf labels allocated, when removing bgp instancePhilippe Guibert1-0/+4
2019-01-28zebra: Use the kernel flags from the IFA_FLAGS if it is availableDonald Sharp1-3/+10
2019-01-28lib: protect termtable from bad fmt stringQuentin Young1-1/+1
2019-01-28ospfd: ospfd core if hello packet exceeds link MTUNitin Soni3-0/+25
2019-01-27*: The onlink attribute should be owned by the nexthop not the route.Donald Sharp7-17/+25
2019-01-26ospf6d: fix FreeBSD IPv6 multicast group join raceRafael Zalamena1-0/+16
2019-01-26bgpd: interface based peers should automatically override it's peer groupDonald Sharp3-10/+13
2019-01-26bgpd: Fix crash in various 'show bgp neighbor json' commandsDonald Sharp1-0/+1
2019-01-26zebra: Keep track of when routes are queued/dequeued from the dataplaneDonald Sharp1-28/+21
2019-01-26zebra: Use ROUTE_ENTRY_INSTALLED as decision for route is installedDonald Sharp4-61/+110
2019-01-26lib, zebra: Abstract character selection for nexthop displayDonald Sharp2-16/+16
2019-01-26zebra: Fix use before initializedDonald Sharp1-3/+2
2019-01-26zebra: Having one goto in a function to just return is sillyDonald Sharp1-4/+1
2019-01-25zebra: fix dup addr detect remote macip add caseChirag Shah1-3/+8
2019-01-25zebra: display metric for connected routesAnuradha Karuppiah1-6/+6
2019-01-25zebra: set connected route metric based on the devaddr metricAnuradha Karuppiah9-14/+110
2019-01-25bgpd: reinstate current bgp best route on an inactive neigh delAnuradha Karuppiah4-22/+44
2019-01-25zebra: propagate inactive neigh deletes to bgpdAnuradha Karuppiah3-20/+23
2019-01-25bgpd: fill the zebra mac-ip route via a common apiAnuradha Karuppiah1-42/+22
2019-01-25pimd: Convert to using an ifindex_t for the vifDonald Sharp1-1/+1
2019-01-25pimd: Prevent crash from using pim static mroutesDonald Sharp1-1/+1
2019-01-25doc: fix mistaken indentationQuentin Young1-1/+1
2019-01-24lib: don't disable "log file" on "log syslog"David Lamparter1-2/+0
2019-01-24build, lib/yang: bake in extensions if possibleDavid Lamparter5-0/+64
2019-01-24zebra: Add code to track sequence number from zebra_routerDonald Sharp3-2/+21
2019-01-24Treewide: use ANSI function definitionsRuben Kerkhof78-127/+121
2019-01-24bgpd: route-map fails to filter type-5 routesNitin Soni1-2/+8
2019-01-23Only check for .interp when we have objcopyRuben Kerkhof1-8/+10
2019-01-23Redirect output of ranlib to /dev/nullRuben Kerkhof1-1/+1