| Commit message (Expand) | Author | Age | Files | Lines |
* | nhrpd: Actually allow json output | Donald Sharp | 2020-04-15 | 1 | -1/+1 |
* | *: Do not cast to the same type | Donatas Abraitis | 2020-04-08 | 1 | -4/+4 |
* | Merge pull request #5825 from pguibert6WIND/nhrp_vty | Donatas Abraitis | 2020-03-22 | 1 | -48/+227 |
|\ |
|
| * | nhrpd: add json support to show nhrp vty commands | Philippe Guibert | 2020-03-13 | 1 | -48/+227 |
* | | Merge pull request #6043 from pguibert6WIND/nhrp_clear_cache | Donald Sharp | 2020-03-20 | 1 | -1/+1 |
|\ \ |
|
| * | | nhrpd: fix clear nhrp cache dynamic entries | Philippe Guibert | 2020-03-19 | 1 | -1/+1 |
| |/ |
|
* | | nhrpd: resolve formatting warnings | Ghasem Naddaf | 2020-03-11 | 4 | -48/+32 |
* | | Merge branch 'master' into nhrp_bugfix | Ghasem Naddaf | 2020-03-11 | 10 | -64/+62 |
|\| |
|
| * | Merge pull request #5922 from pguibert6WIND/nhrp_override_fix | Donald Sharp | 2020-03-09 | 1 | -4/+0 |
| |\ |
|
| | * | Revert "nhrpd: ignore zebra updates about our routes being deleted/added" | Philippe Guibert | 2020-03-06 | 1 | -4/+0 |
| * | | *: Replace `sizeof something` to sizeof(something) | Donatas Abraitis | 2020-03-08 | 10 | -60/+60 |
| |/ |
|
| * | Merge pull request #5918 from ton31337/fix/__func__everywhere | Quentin Young | 2020-03-05 | 2 | -3/+3 |
| |\ |
|
| | * | *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__ | Donatas Abraitis | 2020-03-05 | 2 | -3/+3 |
| * | | nhrpd: ignore zebra updates about our routes being deleted/added | Philippe Guibert | 2020-03-05 | 1 | -0/+4 |
| |/ |
|
| * | nhrpd: Cleanup set but unused variables | Donald Sharp | 2020-02-27 | 1 | -4/+3 |
* | | nhrpd: route update support for natoa nbma | Ghasem Naddaf | 2020-02-27 | 2 | -23/+153 |
* | | nhrpd: add holdtime and MTU to CIE | Ghasem Naddaf | 2020-02-27 | 2 | -35/+116 |
* | | nhrpd: fix netlink neigh message handling for lladdr | Ghasem Naddaf | 2020-02-27 | 1 | -11/+31 |
|/ |
|
* | nhrpd: allow no nhrp map cmd to match the configured cmd | Jafar Al-Gharaibeh | 2020-02-14 | 1 | -2/+4 |
* | *: Replace s_addr 0 => INADDR_ANY | Donatas Abraitis | 2020-02-06 | 1 | -1/+1 |
* | *: don't null after XFREE; XFREE does this itself | Quentin Young | 2020-02-03 | 2 | -2/+0 |
* | doc: rename man pages to frr-* | David Lamparter | 2020-01-15 | 1 | -1/+1 |
* | Merge pull request #5590 from qlyoung/fix-nhrp-underflow | Jafar Al-Gharaibeh | 2020-01-15 | 1 | -2/+4 |
|\ |
|
| * | nhrpd: offset value not checked for min size | Quentin Young | 2020-01-15 | 1 | -2/+4 |
* | | Merge pull request #5528 from opensourcerouting/bmp-dns-fixing | Donald Sharp | 2019-12-11 | 1 | -2/+2 |
|\ \ |
|
| * | | lib,nhrpd,bgpd/bmp: pass resolver failure details | David Lamparter | 2019-12-11 | 1 | -2/+2 |
| |/ |
|
* / | lib: rename memory_vty.c to lib_vty.c | David Lamparter | 2019-12-06 | 1 | -1/+0 |
|/ |
|
* | *: generously apply const | David Lamparter | 2019-12-02 | 1 | -1/+1 |
* | *: make frr_yang_module_info const | David Lamparter | 2019-11-30 | 1 | -1/+1 |
* | *: Convert connected_free to a double pointer | Donald Sharp | 2019-11-02 | 1 | -1/+1 |
* | nhrp: Make sure `no ip nhrp map <something>` works as expected | Donatas Abraitis | 2019-10-25 | 1 | -2/+3 |
* | nhrpd: clean up SA warning | Mark Stapp | 2019-10-17 | 2 | -5/+6 |
* | nhrpd: be more careful with linked lists | Mark Stapp | 2019-10-16 | 2 | -3/+6 |
* | *: Convert zapi->interface_delete to ifp callback | Donald Sharp | 2019-09-19 | 2 | -17/+1 |
* | *: Convert interface_down to interface down callback | Donald Sharp | 2019-09-19 | 2 | -13/+2 |
* | *: Convert from ->interface_up to the interface callback | Donald Sharp | 2019-09-19 | 2 | -13/+1 |
* | *: Switch all zclient->interface_add to interface create callback | Donald Sharp | 2019-09-19 | 2 | -14/+1 |
* | *: Add infrastructure to support zapi interface callbacks | Donald Sharp | 2019-09-19 | 3 | -0/+26 |
* | lib: split off c-ares code from nhrpd | David Lamparter | 2019-07-03 | 6 | -233/+3 |
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 1 | -2/+1 |
* | *: change if_lookup_by_name() api with vrf | Philippe Guibert | 2019-06-12 | 1 | -1/+2 |
* | lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warnings | Mark Stapp | 2019-06-06 | 1 | -2/+2 |
* | lib: hashing functions should take const arguments | Quentin Young | 2019-05-14 | 4 | -8/+8 |
* | *: use ZAPI_CALLBACK_ARGS macro for zapi handlers | Quentin Young | 2019-05-03 | 3 | -34/+20 |
* | lib: ZEBRA_NUM_OF -> array_size | David Lamparter | 2019-04-18 | 4 | -6/+6 |
* | bfdd, nhrpd, pimd: When deleting an interface clean up | Donald Sharp | 2019-03-29 | 1 | -2/+4 |
* | *: compare pointer types to NULL, not 0 | Quentin Young | 2019-02-26 | 1 | -2/+2 |
* | *: Rename backet to bucket | Tim Bray | 2019-02-25 | 2 | -2/+2 |
* | build: fix a whole bunch of *FLAGS | David Lamparter | 2019-01-30 | 1 | -2/+2 |
* | *: Replace zclient_new with zclient_new_notify | Donald Sharp | 2018-11-12 | 1 | -1/+1 |