summaryrefslogtreecommitdiffstats
path: root/nhrpd/debug.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* babeld, lib, nhrpd: Add likely and unlikely macrosDonald Sharp2023-03-231-8/+0
| | | | | | | | We have 2 competing versions of likely and unlikely in babeld and nhrpd. Standardize onto lower case versions and consolidate in the code. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
* *: require ISO C11 (or C++11)David Lamparter2021-03-171-18/+0
| | | | | | It's 2021... time to drop some 10yo compat stuff. Signed-off-by: David Lamparter <equinox@diac24.net>
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-12/+13
| | | | Signed-off-by: Lou Berger <lberger@labn.net>
* nhrpd: implement next hop resolution protocolTimo Teräs2017-03-071-0/+42
This provides DMVPN support and integrates to strongSwan. Please read README.nhrpd and README.kernel for more details. [DL: cherry-picked from dafa05e65fe4b3b3ed5525443f554215ba14f42c] [DL: merge partially resolved, this commit will not build.] Signed-off-by: Timo Teräs <timo.teras@iki.fi> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>