| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge pull request #2609 from pacovn/clang_scan_nhrpd_vici_initialization | Donald Sharp | 2018-07-03 | 1 | -1/+1 |
|\ |
|
| * | nhrpd: uninitialized variable (Clang scan) | F. Aragon | 2018-07-02 | 1 | -1/+1 |
* | | Merge pull request #2604 from pacovn/PVS-Studio_odd_operator_usage | Quentin Young | 2018-07-02 | 1 | -1/+1 |
|\ \ |
|
| * | | nhrpd: odd operator usage fix (PVS-Studio) | F. Aragon | 2018-07-02 | 1 | -1/+1 |
| |/ |
|
* / | eigrpd nhrpd ospfd pimd: fomat fixes (PVS-Studio) | F. Aragon | 2018-07-02 | 1 | -1/+1 |
|/ |
|
* | nhrpd: uninitialized variable (Clang scan) | F. Aragon | 2018-06-29 | 1 | -0/+1 |
* | nhrpd: array limit check (cppcheck) | paco | 2018-06-18 | 1 | -1/+1 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -1/+1 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 28 | -1109/+1527 |
* | *: Rename ZEBRA_FLAG_INTERNAL -> ZEBRA_FLAG_ALLOW_RECURSION | Donald Sharp | 2018-02-27 | 1 | -1/+1 |
* | *: Track vrfs per nexthop not per route entry | Donald Sharp | 2018-02-09 | 1 | -1/+1 |
* | *: Send/receive the nexthop vrf_id | Donald Sharp | 2018-01-12 | 1 | -0/+2 |
* | *: Make zapi route install Notifications optional | Donald Sharp | 2017-11-27 | 1 | -1/+1 |
* | *: add missing \n in some help strings | Renato Westphal | 2017-10-24 | 1 | -2/+2 |
* | *: Modify zclient_init to require privs data | Donald Sharp | 2017-10-24 | 1 | -1/+1 |
* | nhrpd: Let struct zebra_privs_t be available | Donald Sharp | 2017-10-24 | 2 | -1/+3 |
* | *: use the FOR_ALL_INTERFACES abstraction from babeld | Renato Westphal | 2017-10-10 | 2 | -6/+6 |
* | *: introduce new rb-tree to optimize interface lookup by ifindex | Renato Westphal | 2017-10-10 | 1 | -1/+1 |
* | *: use rb-trees to store interfaces instead of sorted linked-lists | Renato Westphal | 2017-10-10 | 2 | -10/+10 |
* | nhrpd: Add hash table names | Donald Sharp | 2017-09-05 | 4 | -4/+12 |
* | Merge pull request #1056 from opensourcerouting/oldbits-0 | Donald Sharp | 2017-08-29 | 1 | -2/+2 |
|\ |
|
| * | *: remove empty "interface XYZ" config blocks | David Lamparter | 2017-08-29 | 1 | -2/+2 |
* | | *: remove ZEBRA_FLAG_{BLACKHOLE,REJECT} from API | David Lamparter | 2017-08-28 | 1 | -2/+4 |
|/ |
|