| Commit message (Expand) | Author | Age | Files | Lines |
* | *: s/TRUE/true/, s/FALSE/false/ | Quentin Young | 2019-07-01 | 1 | -2/+0 |
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 3 | -5/+3 |
* | Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2 | Donald Sharp | 2019-06-22 | 3 | -3/+5 |
|\ |
|
| * | *: change if_lookup_by_name() api with vrf | Philippe Guibert | 2019-06-12 | 3 | -3/+5 |
* | | eigrpd: Fix endianness issue in packets | Pawel Dembicki | 2019-06-14 | 2 | -32/+15 |
|/ |
|
* | eigrpd: fix invalid command definitions | Igor Ryzhov | 2019-06-07 | 2 | -14/+14 |
* | Revert of PR 4078 and PR 4315 | Lakshman Krishnamoorthy | 2019-06-04 | 1 | -26/+28 |
* | lib: Changes made to dependencies of a r-map do not take effect. | Naveen Thanikachalam | 2019-05-31 | 1 | -1/+1 |
* | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP | Lakshman Krishnamoorthy | 2019-05-30 | 1 | -28/+26 |
* | *: use ZAPI_CALLBACK_ARGS macro for zapi handlers | Quentin Young | 2019-05-03 | 1 | -35/+20 |
* | *: setting the socket send/recv buffer sizes doesn't need elevated privs | Renato Westphal | 2019-04-08 | 1 | -11/+9 |
* | *: remove trailing newlines from zlog messages | Quentin Young | 2019-03-14 | 1 | -4/+4 |
* | Merge pull request #3869 from qlyoung/cocci-fixes | David Lamparter | 2019-03-06 | 3 | -7/+3 |
|\ |
|
| * | *: remove unnecessary semicolon from switches | Quentin Young | 2019-02-26 | 1 | -1/+1 |
| * | *: remove useless return variables | Quentin Young | 2019-02-26 | 2 | -6/+2 |
* | | eigrp, rip, ripng, lib: unlink if_rmap from vrf | Philippe Guibert | 2019-02-19 | 1 | -1/+1 |
* | | lib, rip, ripng, eigrp: rework if_rmap context | Philippe Guibert | 2019-02-19 | 2 | -4/+8 |
|/ |
|
* | eigrpd: Do not redelete the eigrp interface data structure | Donald Sharp | 2019-02-11 | 1 | -1/+2 |
* | eigrpd: Correctly handle the ref-count in a couple of spots | Donald Sharp | 2019-02-11 | 2 | -1/+2 |
* | eigrp: Make the eigrp_interface have a prefix instead of a *prefix | Donald Sharp | 2019-02-11 | 6 | -17/+17 |
* | eigrpd: Remove unnecessary test for pointer | Donald Sharp | 2019-02-11 | 1 | -1/+1 |
* | eigrpd: Don't crash on a `no network A.B.C.D/M` | Donald Sharp | 2019-02-04 | 1 | -11/+7 |
* | eigrpd: Allow A.B.C.D and A.B.C.D/M for topology specification | Donald Sharp | 2019-02-03 | 1 | -15/+55 |
* | eigrpd: Abstract display of an individual entry | Donald Sharp | 2019-02-03 | 1 | -17/+25 |
* | eigrpd: Modify from int to boolean for display | Donald Sharp | 2019-02-03 | 3 | -6/+7 |
* | eigrpd: Modify code to pass down metric to zebra | Donald Sharp | 2019-02-03 | 3 | -4/+9 |
* | build: fix a whole bunch of *FLAGS | David Lamparter | 2019-01-30 | 1 | -1/+1 |
* | Treewide: use ANSI function definitions | Ruben Kerkhof | 2019-01-24 | 5 | -10/+10 |
* | lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messages | Renato Westphal | 2019-01-14 | 1 | -1/+1 |
* | Merge pull request #3543 from donaldsharp/eigrp_router_id_is_the_bee | Renato Westphal | 2019-01-02 | 5 | -30/+24 |
|\ |
|
| * | eigrpd: Allow eigrp to set/unset the router-id as a value. | Donald Sharp | 2018-12-31 | 1 | -8/+10 |
| * | eigrpd: eigrp usage of uint32_t to struct in_addr for router_id data | Donald Sharp | 2018-12-31 | 5 | -19/+14 |
| * | eigrpd: Write eigrp config even if no network statements yet | Donald Sharp | 2018-12-31 | 1 | -3/+0 |
* | | lib, rip, ripng, babel, eigrp: add ctx pointer to distribute api | Philippe Guibert | 2018-12-28 | 6 | -7/+25 |
|/ |
|
* | *: remove all MIBs for DFSG compliance | David Lamparter | 2018-12-14 | 2 | -1323/+0 |
* | *: 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 |
* | Merge pull request #3199 from donaldsharp/eigrp_key | David Lamparter | 2018-10-26 | 2 | -48/+29 |
|\ |
|
| * | eigrpd: Fix bandwidth command to actually read input properly | Donald Sharp | 2018-10-25 | 1 | -6/+3 |
| * | eigrpd: Convert keychain authentication to DEFPY | Donald Sharp | 2018-10-25 | 2 | -42/+26 |
* | | *: spelchek | David Lamparter | 2018-10-25 | 3 | -5/+5 |
|/ |
|
* | Merge pull request #3120 from opensourcerouting/remove-list-delete | Lou Berger | 2018-10-02 | 6 | -20/+20 |
|\ |
|
| * | *: list_delete_and_null() -> list_delete() | David Lamparter | 2018-10-02 | 6 | -20/+20 |
* | | eigrpd: dead code (Coverity 1460436) | F. Aragon | 2018-10-02 | 1 | -4/+1 |
|/ |
|
* | Merge pull request #3072 from donaldsharp/fix_eigrp_crash_on_int_shut | Russ White | 2018-09-24 | 3 | -16/+11 |
|\ |
|
| * | eigrpd: Fix eigrp crash on shut of a interface | Donald Sharp | 2018-09-22 | 3 | -16/+11 |
* | | eigrpd: Fix memory leaks and remove dead/unused functions | Donald Sharp | 2018-09-24 | 3 | -37/+9 |
|/ |
|
* | *: style for EC replacements | Quentin Young | 2018-09-13 | 5 | -15/+15 |
* | *: LIB_[ERR|WARN] -> EC_LIB | Quentin Young | 2018-09-13 | 3 | -4/+4 |