| Commit message (Expand) | Author | Age | Files | Lines |
* | lib, rip, ripng, babel, eigrp: add ctx pointer to distribute api | Philippe Guibert | 2018-12-28 | 2 | -8/+25 |
* | ripd, ripngd: fix memleaks when deleting routing instance | Renato Westphal | 2018-12-17 | 1 | -1/+1 |
* | build: update vtysh scan list for ripd and ripngd | Renato Westphal | 2018-12-03 | 1 | -3/+0 |
* | ripngd: implement northbound callbacks to fetch route information | Renato Westphal | 2018-12-03 | 1 | -13/+47 |
* | ripngd: implement northbound callbacks to fetch neighbor information | Renato Westphal | 2018-12-03 | 2 | -11/+40 |
* | ripngd: implement the 'clear-ripng-route' YANG RPC | Renato Westphal | 2018-12-03 | 4 | -48/+52 |
* | ripngd: fix SIGHUP handling | Renato Westphal | 2018-12-03 | 8 | -77/+0 |
* | ripngd: retrofit the 'split-horizon' command to the new northbound model | Renato Westphal | 2018-12-03 | 5 | -93/+75 |
* | ripngd: retrofit the 'timer basic' command to the new northbound model | Renato Westphal | 2018-12-03 | 5 | -85/+87 |
* | ripngd: retrofit the 'aggregate-address' command to the new northbound model | Renato Westphal | 2018-12-03 | 5 | -91/+50 |
* | ripngd: retrofit the 'route' command to the new northbound model | Renato Westphal | 2018-12-03 | 5 | -93/+47 |
* | ripngd: retrofit the 'redistribute' commands to the new northbound model | Renato Westphal | 2018-12-03 | 6 | -245/+137 |
* | ripngd: retrofit the 'passive-interface' command to the new northbound model | Renato Westphal | 2018-12-03 | 6 | -48/+57 |
* | ripngd: retrofit the 'offset-list' command to the new northbound model | Renato Westphal | 2018-12-03 | 6 | -279/+145 |
* | ripngd: retrofit the 'network' command to the new northbound model | Renato Westphal | 2018-12-03 | 6 | -81/+105 |
* | ripngd: retrofit the 'default-metric' command to the new northbound model | Renato Westphal | 2018-12-03 | 5 | -40/+46 |
* | ripngd: retrofit the 'default-information' command to the new northbound model | Renato Westphal | 2018-12-03 | 5 | -49/+47 |
* | ripngd: retrofit the 'allow-ecmp' command to the new northbound model | Renato Westphal | 2018-12-03 | 5 | -42/+39 |
* | ripngd: retrofit the 'router ripng' command to the new northbound model | Renato Westphal | 2018-12-03 | 5 | -58/+97 |
* | yang, ripngd: add 'frr-ripngd.yang' and associated stub callbacks | Renato Westphal | 2018-12-03 | 6 | -0/+704 |
* | *: 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/+7 |
* | lib: introduce new northbound API | Renato Westphal | 2018-10-27 | 1 | -1/+1 |
* | *: spelchek | David Lamparter | 2018-10-25 | 1 | -2/+2 |
* | *: Fixup to use proper list_cmp functions | Donald Sharp | 2018-10-19 | 1 | -1/+1 |
* | *: list_delete_and_null() -> list_delete() | David Lamparter | 2018-10-02 | 3 | -5/+5 |
* | *: style for EC replacements | Quentin Young | 2018-09-13 | 1 | -3/+2 |
* | *: LIB_[ERR|WARN] -> EC_LIB | Quentin Young | 2018-09-13 | 2 | -4/+4 |
* | pimd ripd ripngd: variable shadowing fixes | F. Aragon | 2018-09-12 | 1 | -7/+0 |
* | build: fix not building docs w/o sphinx | David Lamparter | 2018-09-09 | 1 | -1/+1 |
* | *: cleanup .gitignore files | David Lamparter | 2018-09-08 | 1 | -15/+0 |
* | build: move vtysh & manpage listings to subdir.am | David Lamparter | 2018-09-08 | 1 | -0/+8 |
* | bgpd, ripngd: Convert to using new agg_table/route | Donald Sharp | 2018-08-30 | 6 | -127/+131 |
* | *: add a vrf update hook to be informed of the vrf name | Philippe Guibert | 2018-08-28 | 1 | -1/+1 |
* | Merge pull request #2448 from qlyoung/error-reference-cards | David Lamparter | 2018-08-16 | 2 | -26/+26 |
|\ |
|
| * | *: frr_elevate_privs whitespace fixes | David Lamparter | 2018-08-14 | 1 | -2/+2 |
| * | *: use frr_elevate_privs() (1/2: coccinelle) | David Lamparter | 2018-08-14 | 2 | -25/+12 |
| * | *: rename ferr_zlog -> flog_err_sys | Quentin Young | 2018-08-14 | 2 | -12/+13 |
| * | *: rename zlog_fer -> flog_err | Quentin Young | 2018-08-14 | 2 | -10/+10 |
| * | ripngd: Convert over to using LIB_ERR_XXXX for zlog_ferr | Donald Sharp | 2018-08-14 | 2 | -14/+26 |
* | | lib, ripngd, zebra: Remove pre-solaris 9 special cased code | Donald Sharp | 2018-08-15 | 1 | -1/+1 |
|/ |
|
* | libs, daemons: use const in route-map apply | Mark Stapp | 2018-07-23 | 1 | -6/+10 |
* | Merge pull request #2620 from pacovn/PVS-Studio_null_check_2 | Quentin Young | 2018-07-03 | 1 | -2/+3 |
|\ |
|
| * | bgpd lib ospfd pimd ripngd: null chk (PVS-Studio) | F. Aragon | 2018-07-03 | 1 | -2/+3 |
* | | ripngd: variable scope overlap fix (PVS-Studio) | F. Aragon | 2018-07-02 | 1 | -5/+5 |
|/ |
|
* | *: remove -r from daemons except zebra | Quentin Young | 2018-05-21 | 1 | -13/+18 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 7 | -46/+46 |
* | *: 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/+1 |