summaryrefslogtreecommitdiffstats
path: root/nhrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-1/+1
* *: Send/receive the nexthop vrf_idDonald Sharp2018-01-121-0/+2
* *: Make zapi route install Notifications optionalDonald Sharp2017-11-271-1/+1
* *: add missing \n in some help stringsRenato Westphal2017-10-241-2/+2
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-241-1/+1
* nhrpd: Let struct zebra_privs_t be availableDonald Sharp2017-10-242-1/+3
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-102-6/+6
* *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-1/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-102-10/+10
* nhrpd: Add hash table namesDonald Sharp2017-09-054-4/+12
* Merge pull request #1056 from opensourcerouting/oldbits-0Donald Sharp2017-08-291-2/+2
|\
| * *: remove empty "interface XYZ" config blocksDavid Lamparter2017-08-291-2/+2
* | *: remove ZEBRA_FLAG_{BLACKHOLE,REJECT} from APIDavid Lamparter2017-08-281-2/+4
|/
* *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-67/+28
* nhrpd: unify ipv4/ipv6 zebra-tx functionsRenato Westphal2017-08-241-61/+34
* nhrpd: use the new API to send routes to zebraRenato Westphal2017-08-231-24/+28
* babeld/eigrpd/ldpd/nhrpd: add prefix length sanity checksRenato Westphal2017-08-231-1/+2
* babeld/nhrpd: ignore ipv6 srcdest routesRenato Westphal2017-08-231-0/+12
* Merge pull request #1009 from donaldsharp/show_cmdsDavid Lamparter2017-08-211-5/+5
|\
| * *: Add 'show debugging' command from vtyshDonald Sharp2017-08-211-5/+5
* | Merge pull request #929 from opensourcerouting/hooks-doc-irdpDonald Sharp2017-08-212-9/+4
|\ \ | |/ |/|
| * lib: replace if_add_hook with hook_* logicDavid Lamparter2017-08-151-2/+2
| * *: centralize some exit cleanup into libfrrDavid Lamparter2017-08-151-7/+2
* | nhrpd: use hop count 1 for registration requestsTimo Teräs2017-08-171-1/+1
|/
* nhrpd: fixes for clang scan-build issuesJorge Boncompte2017-08-111-4/+7
* nhrpd: fix issues found by coverityJorge Boncompte2017-08-1010-18/+41
* Merge pull request #911 from opensourcerouting/non-recursive-2Donald Sharp2017-08-094-47/+54
|\
| * build: non-recursive nhrpdDavid Lamparter2017-08-044-47/+54
* | nhrp: fix assertion with negative holding timesJorge Boncompte2017-08-041-1/+1
* | nhrp: fix initialization and route redistribution registrationJorge Boncompte2017-08-041-20/+18
* | nhrp: initialize interfaces after VRFsJorge Boncompte2017-08-041-1/+1
|/
* nhrpd: enable -WerrorDavid Lamparter2017-07-141-1/+1
* *: fix GCC 7 warnings/issuesDavid Lamparter2017-07-141-1/+0
* *: fix GCC 7 switch/case fallthrough warningsDavid Lamparter2017-07-142-1/+4
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-2/+2
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-2/+2
* | *: remove VTYNL, part 6 of 6David Lamparter2017-07-141-4/+2
* | *: remove VTYNL, part 3 of 6David Lamparter2017-07-141-1/+1
* | *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-1/+1
* | *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-141-3/+3
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-36/+36
|/
* *: update hash_create(), hash_create_size()Quentin Young2017-07-024-4/+4
* nhrpd: Fix zclient cleanup on shutdownDonald Sharp2017-06-301-0/+1
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-1/+1
* *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-291-3/+3
* *: use vty_outlnQuentin Young2017-06-291-90/+78
* Merge pull request #754 from qlyoung/fix-argv-argRuss White2017-06-291-1/+1
|\
| * *: use ->text and strmatch where appropriateQuentin Young2017-06-271-1/+1
* | *: remove VTY_GET_*Quentin Young2017-06-271-4/+5
|/
* *: simplify log message lookupQuentin Young2017-06-211-2/+2