summaryrefslogtreecommitdiffstats
path: root/pbrd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: use proper bool initializers & fix comparisonsQuentin Young2019-02-261-1/+1
* *: Rename backet to bucketTim Bray2019-02-251-7/+7
* pbrd: add missing newline at the end of warning messageRenato Westphal2019-02-211-1/+1
* pbrd: fix removal of ipv6 nexthopsRenato Westphal2019-02-211-2/+2
* pbrd: Do not delete pmi until completion of rule delete.Donald Sharp2019-02-133-5/+16
* pbrd: If changing policy on an interface be careful what you ask forDonald Sharp2019-02-131-2/+14
* pbrd: Add some missing debugs from external eventsDonald Sharp2019-02-122-16/+52
* build: fix a whole bunch of *FLAGSDavid Lamparter2019-01-301-1/+1
* Merge pull request #3402 from pacovn/Coverity_1475198_1475199Renato Westphal2018-12-031-1/+4
|\
| * pbrd: return check (Coverity 1475199)F. Aragon2018-12-031-1/+4
* | 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
|/