| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | yang, lib: add 'frr-interface.yang' and associated stub callbacks | Renato Westphal | 2018-10-27 | 1 | -0/+1 |
* | *: add empty array of YANG modules | Renato Westphal | 2018-10-27 | 1 | -1/+5 |
* | *: Replace hash_cmp function return value to a bool | Donald Sharp | 2018-10-19 | 4 | -4/+9 |
* | *: style for EC replacements | Quentin Young | 2018-09-13 | 2 | -10/+14 |
* | nhrpd: NHRP_[ERR|WARN] -> EC_NHRP | Quentin Young | 2018-09-13 | 4 | -9/+9 |
* | nhrpd: missing operand added | F. Aragon | 2018-09-13 | 1 | -2/+3 |
* | Merge pull request #2977 from opensourcerouting/doc-fix | Donald Sharp | 2018-09-09 | 1 | -1/+1 |
|\ |
|
| * | build: fix not building docs w/o sphinx | David Lamparter | 2018-09-09 | 1 | -1/+1 |
* | | *: fix config.h/zebra.h include order | David Lamparter | 2018-09-08 | 14 | -1/+56 |
|/ |
|
* | *: cleanup .gitignore files | David Lamparter | 2018-09-08 | 1 | -1/+0 |
* | build: move vtysh & manpage listings to subdir.am | David Lamparter | 2018-09-08 | 1 | -0/+2 |
* | *: add a vrf update hook to be informed of the vrf name | Philippe Guibert | 2018-08-28 | 1 | -1/+1 |
* | *: rename ferr_ref -> log_ref | Quentin Young | 2018-08-14 | 2 | -3/+3 |
* | *: rename zlog_fer -> flog_err | Quentin Young | 2018-08-14 | 2 | -5/+5 |
* | *: stop double initialization of ferr | Quentin Young | 2018-08-14 | 1 | -2/+0 |
* | *: fix source file headers & includes for errcodes | Quentin Young | 2018-08-14 | 2 | -21/+24 |
* | nhrpd: Add NHRP_ERR_XXXX for zlog_err to zlog_ferr conversion | Donald Sharp | 2018-08-14 | 6 | -12/+102 |
* | *: ALLOC calls cannot fail | Donald Sharp | 2018-08-11 | 6 | -39/+29 |