summaryrefslogtreecommitdiffstats
path: root/nhrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #2609 from pacovn/clang_scan_nhrpd_vici_initializationDonald Sharp2018-07-031-1/+1
|\
| * nhrpd: uninitialized variable (Clang scan)F. Aragon2018-07-021-1/+1
* | Merge pull request #2604 from pacovn/PVS-Studio_odd_operator_usageQuentin Young2018-07-021-1/+1
|\ \
| * | nhrpd: odd operator usage fix (PVS-Studio)F. Aragon2018-07-021-1/+1
| |/
* / eigrpd nhrpd ospfd pimd: fomat fixes (PVS-Studio)F. Aragon2018-07-021-1/+1
|/
* nhrpd: uninitialized variable (Clang scan)F. Aragon2018-06-291-0/+1
* nhrpd: array limit check (cppcheck)paco2018-06-181-1/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-0628-1109/+1527
* *: Rename ZEBRA_FLAG_INTERNAL -> ZEBRA_FLAG_ALLOW_RECURSIONDonald Sharp2018-02-271-1/+1
* *: 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