summaryrefslogtreecommitdiffstats
path: root/zebra/rule_netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Fix late memset of pbr rule in rule_netlinkStephen Worley2019-04-091-2/+1
* zebra: add fwmark information at netlink levelPhilippe Guibert2019-01-291-1/+2
* zebra: Create zebra_dplane.c and .hMark Stapp2018-09-201-8/+8
* zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young2018-09-131-1/+1
* zebra: flog_warn conversionQuentin Young2018-09-061-1/+3
* zebra: Format log for address family checkStephen Worley2018-07-251-1/+1
* zebra: Add address family filtersStephen Worley2018-07-231-1/+5
* zebra: Add error messages in places where we have a decode problemDonald Sharp2018-06-251-1/+5
* zebra: Add knowledge of request success/failure for pbr rulesDonald Sharp2018-05-301-2/+6
* zebra: Rename SOUTHBOUND_XXX to DP_XXXDonald Sharp2018-05-301-4/+4
* Merge pull request #2142 from pguibert6WIND/fs_zebra_complementDonald Sharp2018-05-291-0/+6
|\
| * zebra: add netlink rule support for fwmark optionPhilippe Guibert2018-05-251-0/+6
* | zebra: Remove unnecessary function parameterDonald Sharp2018-05-241-2/+1
|/
* zebra: adapt zebra_pbr_rule based with pbr_rulePhilippe Guibert2018-04-161-28/+32
* pbrd: adjust/remove the rule correctly when dst and/or src removedDon Slice2018-04-061-3/+0
* zebra: Make the ifp part of the rule structureDonald Sharp2018-03-091-19/+17
* zebra: Keep track of rules writtenDonald Sharp2018-03-091-3/+5
* zebra: Cleanup a couple of api issuesDonald Sharp2018-03-091-38/+32
* *: PBR - netlink interaction and basic definitionsvivek2018-03-091-0/+273