summaryrefslogtreecommitdiffstats
path: root/pbrd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "isisd lib ospfd pbrd python: fix empty init"David Lamparter2018-12-011-4/+4
* isisd lib ospfd pbrd python: fix empty initF. Aragon2018-11-211-4/+4
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
* yang, lib: add 'frr-interface.yang' and associated stub callbacksRenato Westphal2018-10-271-0/+1
* *: add empty array of YANG modulesRenato Westphal2018-10-271-1/+7
* *: spelchekDavid Lamparter2018-10-251-2/+2
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-10/+10
* bgpd lib ospf6d pbrd tests zebra: shadowing fixesF. Aragon2018-09-131-4/+4
* build: fix not building docs w/o sphinxDavid Lamparter2018-09-091-1/+1
* *: cleanup .gitignore filesDavid Lamparter2018-09-081-14/+0
* build: move vtysh & manpage listings to subdir.amDavid Lamparter2018-09-081-0/+5
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+1
* lib, vtysh: fix inconsistent interface commands in vtyshRenato Westphal2018-08-131-0/+3
* *: ALLOC calls cannot failDonald Sharp2018-08-111-6/+0
* pbrd: add logging messages when out of table id'sQuentin Young2018-06-133-11/+40
* pbrd, lib: move PBR_STR def. to libQuentin Young2018-06-132-2/+1
* pbrd: use PBR_STRQuentin Young2018-06-122-7/+7
* pbrd: remove json optionsQuentin Young2018-06-121-10/+6
* pbrd: allow configurable table id rangeQuentin Young2018-06-122-2/+30
* pbrd: add ZAPI_RULE_FAIL_REMOVE flag in switchPhilippe Guibert2018-05-251-0/+1
* pbrd: Fix compilation warn -> errorDonald Sharp2018-05-153-16/+6
* pbrd, vtysh: Limit range to actual 1-700Donald Sharp2018-05-091-2/+2
* pbrd: encode null fwmark to be consistent with zebra decode rulePhilippe Guibert2018-05-071-0/+1
* pbrd: Fix nearly impossible truncationDonald Sharp2018-05-032-3/+15
* pbrd: Fix a couple SA issuesDonald Sharp2018-04-242-8/+10
* Merge pull request #2051 from donaldsharp/PBRD_EXTRARuss White2018-04-207-137/+149
|\
| * pbrd: Use proper decode function for interfaceDonald Sharp2018-04-181-12/+1
| * pbrd: Fix unused functionDonald Sharp2018-04-181-18/+0
| * pbrd: Allow pbr-policy add/removal to install/remove rulesDonald Sharp2018-04-182-7/+1
| * pbrd: don't collapse pbr debugsQuentin Young2018-04-181-5/+0
| * pbrd: move debug vty into pbr_vty.cQuentin Young2018-04-183-76/+82
| * pbrd, zebra: Properly notice rule deletionDonald Sharp2018-04-181-0/+1
| * pbrd, zebra: Fix multiple pbr-policy installDonald Sharp2018-04-185-19/+37
| * pbrd: Fix installation and deletion in some casesDonald Sharp2018-04-182-4/+14
| * pbrd: Prevent attempt at re-install for several scenariosDonald Sharp2018-04-182-4/+15
| * lib, pbrd: Do not allow v6 LL nexthops to be specified without an interface.Donald Sharp2018-04-181-1/+7
* | pbrd: fix multiple unsafe string copiesQuentin Young2018-04-182-7/+7
* | pbrd: remove potential null dereferenceQuentin Young2018-04-181-0/+7
* | pbrd: remove pbr-policy resource leakQuentin Young2018-04-181-4/+5
* | pbrd: remove unsafe string copyQuentin Young2018-04-181-16/+9
|/
* pbrd: Allow PBR to ignore Access List commandsDonald Sharp2018-04-131-0/+5
* pbrd: adjust/remove the rule correctly when dst and/or src removedDon Slice2018-04-064-14/+13
* pbrd: Remove table and rule range commandsDonald Sharp2018-04-061-40/+0
* pbrd: Indicate command failure a bit betterDonald Sharp2018-04-061-9/+9
* pbrd: Do not use vrf_frame for pbrms displayDonald Sharp2018-04-061-2/+2
* pbrd: Reduce range so we cannot go over the vrf ruleDonald Sharp2018-04-061-1/+1
* pbrd: Prevent crash from partially configured interfaceDonald Sharp2018-04-061-0/+3
* pbrd: If we get the same prefix safely ignoreDonald Sharp2018-04-061-0/+6
* pbrd: fix deletion of match or src of valid pbr-mapDon Slice2018-04-061-0/+7
* pbrd: add ability to delete routes and rules correctlyDon Slice2018-04-062-30/+56