summaryrefslogtreecommitdiffstats
path: root/pbrd (follow)
Commit message (Expand)AuthorAgeFilesLines
* pbrd: initial fwmark support for pbr matches #4460Marcin Matląg2019-09-034-7/+41
* pbrd, sharpd, staticd: Add some color to sample configuration filesDonald Sharp2019-08-191-0/+16
* pbrd: Do not install nexthop group until we have nexthopsDonald Sharp2019-07-171-1/+0
* lib: Private api for nexthop_group manipulationStephen Worley2019-06-262-4/+6
* zebra,pbrd: Update pbrd to handle NHT properlyStephen Worley2019-06-101-0/+27
* pbrd: Set next/prev to NULL on cached nexthopsStephen Worley2019-06-101-0/+2
* pbrd: Allow autocompletion for pbr-map PBRMAPDonald Sharp2019-06-051-3/+22
* lib, pbrd, sharpd, vtysh: Add autocompletion for 'nexthop-group'Donald Sharp2019-06-051-1/+1
* pbrd: strcpy -> strlcpyQuentin Young2019-05-291-1/+1
* Merge pull request #4340 from qlyoung/hash-key-constRuss White2019-05-161-6/+5
|\
| * lib: hashing functions should take const argumentsQuentin Young2019-05-141-6/+5
* | lib,bgpd,pbrd: Add AFI_UNSPEC to AFI enumStephen Worley2019-05-141-0/+10
|/
* Merge pull request #4253 from qlyoung/zapi-handler-args-macroRenato Westphal2019-05-061-20/+11
|\
| * *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-20/+11
* | pbrd: Prevent usage of c if it is nullDonald Sharp2019-05-031-2/+3
|/
* lib, pbrd, zebra: Fix size_t type printf warnings on obscure platformsDonald Sharp2019-04-031-3/+4
* Merge pull request #3776 from opensourcerouting/pbrd-interface-nexthopsDonald Sharp2019-03-224-72/+164
|\
| * lib, pbrd: fix indentation of a few commandsRenato Westphal2019-02-151-4/+4
| * pbrd: change the "set nexthop" command to accept interface nexthopsRenato Westphal2019-02-151-36/+44
| * pbrd: add support for interface nexthopsRenato Westphal2019-02-153-1/+71
| * pbrd: fix detection of inconsistent nexthop groupsRenato Westphal2019-02-151-20/+34
| * pbrd: rename nh_afi variables to nh_type to better convey their meaningRenato Westphal2019-02-151-14/+14
* | *: remove null check before XFREEQuentin Young2019-02-261-2/+1
* | *: 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