summaryrefslogtreecommitdiff
path: root/pbrd
AgeCommit message (Expand)Author
2018-08-13lib, vtysh: fix inconsistent interface commands in vtyshRenato Westphal
2018-08-11*: ALLOC calls cannot failDonald Sharp
2018-06-13pbrd: add logging messages when out of table id'sQuentin Young
2018-06-13pbrd, lib: move PBR_STR def. to libQuentin Young
2018-06-12pbrd: use PBR_STRQuentin Young
2018-06-12pbrd: remove json optionsQuentin Young
2018-06-12pbrd: allow configurable table id rangeQuentin Young
2018-05-25pbrd: add ZAPI_RULE_FAIL_REMOVE flag in switchPhilippe Guibert
2018-05-15pbrd: Fix compilation warn -> errorDonald Sharp
2018-05-08pbrd, vtysh: Limit range to actual 1-700Donald Sharp
2018-05-07pbrd: encode null fwmark to be consistent with zebra decode rulePhilippe Guibert
2018-05-02pbrd: Fix nearly impossible truncationDonald Sharp
2018-04-23pbrd: Fix a couple SA issuesDonald Sharp
2018-04-20Merge pull request #2051 from donaldsharp/PBRD_EXTRARuss White
2018-04-18pbrd: fix multiple unsafe string copiesQuentin Young
2018-04-18pbrd: remove potential null dereferenceQuentin Young
2018-04-18pbrd: remove pbr-policy resource leakQuentin Young
2018-04-18pbrd: remove unsafe string copyQuentin Young
2018-04-17pbrd: Use proper decode function for interfaceDonald Sharp
2018-04-17pbrd: Fix unused functionDonald Sharp
2018-04-17pbrd: Allow pbr-policy add/removal to install/remove rulesDonald Sharp
2018-04-17pbrd: don't collapse pbr debugsQuentin Young
2018-04-17pbrd: move debug vty into pbr_vty.cQuentin Young
2018-04-17pbrd, zebra: Properly notice rule deletionDonald Sharp
2018-04-17pbrd, zebra: Fix multiple pbr-policy installDonald Sharp
2018-04-17pbrd: Fix installation and deletion in some casesDonald Sharp
2018-04-17pbrd: Prevent attempt at re-install for several scenariosDonald Sharp
2018-04-17lib, pbrd: Do not allow v6 LL nexthops to be specified without an interface.Donald Sharp
2018-04-13pbrd: Allow PBR to ignore Access List commandsDonald Sharp
2018-04-06pbrd: adjust/remove the rule correctly when dst and/or src removedDon Slice
2018-04-06pbrd: Remove table and rule range commandsDonald Sharp
2018-04-06pbrd: Indicate command failure a bit betterDonald Sharp
2018-04-06pbrd: Do not use vrf_frame for pbrms displayDonald Sharp
2018-04-06pbrd: Reduce range so we cannot go over the vrf ruleDonald Sharp
2018-04-06pbrd: Prevent crash from partially configured interfaceDonald Sharp
2018-04-06pbrd: If we get the same prefix safely ignoreDonald Sharp
2018-04-06pbrd: fix deletion of match or src of valid pbr-mapDon Slice
2018-04-06pbrd: add ability to delete routes and rules correctlyDon Slice
2018-04-06lib, pbrd: rm extra space when displaying nexthopQuentin Young
2018-04-06pbrd: fix null pointer deref when showing ifacesQuentin Young
2018-04-06pbrd: Only allow one nexthop group or nexthop at a timeDonald Sharp
2018-04-06pbrd: Remove pbr_eventsDonald Sharp
2018-04-06pbrd: Cleanup CI warningsDonald Sharp
2018-04-06pbrd: Add PBR to FRRDonald Sharp