| Commit message (Expand) | Author | Age | Files | Lines |
* | *: make frr_yang_module_info const | David Lamparter | 2019-11-30 | 1 | -1/+1 |
* | *: make all route_map_rule_cmd const | David Lamparter | 2019-11-30 | 1 | -31/+62 |
* | *: Convert connected_free to a double pointer | Donald Sharp | 2019-11-02 | 1 | -1/+1 |
* | ripd: split northbound callbacks into multiple files | Renato Westphal | 2019-10-30 | 13 | -1920/+2205 |
* | *: strip trailing whitespace | Quentin Young | 2019-09-30 | 1 | -1/+1 |
* | *: Convert zapi->interface_delete to ifp callback | Donald Sharp | 2019-09-19 | 2 | -22/+1 |
* | *: Convert interface_down to interface down callback | Donald Sharp | 2019-09-19 | 2 | -19/+1 |
* | *: Convert from ->interface_up to the interface callback | Donald Sharp | 2019-09-19 | 2 | -16/+1 |
* | *: Switch all zclient->interface_add to interface create callback | Donald Sharp | 2019-09-19 | 2 | -10/+1 |
* | *: Add infrastructure to support zapi interface callbacks | Donald Sharp | 2019-09-19 | 1 | -0/+22 |
* | Revert "lib: introduce a read-write lock for northbound configurations" | Renato Westphal | 2019-09-18 | 1 | -11/+7 |
* | Merge pull request #4564 from pguibert6WIND/misc_vrf_update_name | Russ White | 2019-09-17 | 1 | -1/+36 |
|\ |
|
| * | ripd: change vrf name with bypassing nb api | Philippe Guibert | 2019-08-27 | 1 | -0/+35 |
| * | ripd: update the default vrf name by registering to callback | Philippe Guibert | 2019-08-27 | 1 | -1/+1 |
* | | *: frr_elevate_privs -> frr_with_privs | David Lamparter | 2019-09-03 | 1 | -2/+2 |
|/ |
|
* | ospfd,ripd: Enabling build with openssl | Michal Ruprich | 2019-08-08 | 1 | -0/+30 |
* | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP | Lakshman Krishnamoorthy | 2019-07-22 | 1 | -32/+29 |
* | ripd: fix problems with the "ip rip authentication" command | Renato Westphal | 2019-07-02 | 1 | -3/+5 |
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 3 | -16/+9 |
* | Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2 | Donald Sharp | 2019-06-22 | 3 | -9/+16 |
|\ |
|
| * | *: change interface structure, from vrf_id to vrf | Philippe Guibert | 2019-06-12 | 2 | -5/+8 |
| * | lib, bgpd, ospfd, pimd, zebra, rip, ripng, bfd: change if_update_to_new_vrf()... | Philippe Guibert | 2019-06-12 | 1 | -1/+4 |
| * | *: change if_lookup_by_name() api with vrf | Philippe Guibert | 2019-06-12 | 2 | -3/+4 |
* | | rmap: Add hooks into zebra,ospf,rip for `match ip next-hop type blackhole` | Donatas Abraitis | 2019-06-21 | 1 | -0/+38 |
* | | ripd: use MTYPE_STATIC | David Lamparter | 2019-06-21 | 10 | -76/+19 |
* | | ripd, ripngd: fix OpenBSD compiler warning | David Lamparter | 2019-06-13 | 1 | -2/+2 |
* | | *: fix northbound initializer warning on OpenBSD | David Lamparter | 2019-06-13 | 1 | -94/+190 |
|/ |
|
* | Revert of PR 4078 and PR 4315 | Lakshman Krishnamoorthy | 2019-06-04 | 1 | -24/+27 |
* | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP | Lakshman Krishnamoorthy | 2019-05-30 | 1 | -27/+24 |
* | bgpd, ripd, ripngd: remove deprecated -r option | Emanuele Di Pascale | 2019-05-22 | 1 | -8/+2 |
* | *: use ZAPI_CALLBACK_ARGS macro for zapi handlers | Quentin Young | 2019-05-03 | 3 | -20/+11 |
* | Merge pull request #4162 from opensourcerouting/rip-issues | Donald Sharp | 2019-04-23 | 3 | -1/+7 |
|\ |
|
| * | ripd, ripngd: fix cleaning up of offset lists | Renato Westphal | 2019-04-19 | 3 | -1/+7 |
* | | lib: rework management of user pointers in the northbound layer | Renato Westphal | 2019-04-18 | 1 | -54/+54 |
|/ |
|
* | *: setting the socket send/recv buffer sizes doesn't need elevated privs | Renato Westphal | 2019-04-08 | 1 | -1/+1 |
* | Merge pull request #3548 from opensourcerouting/rip-vrf | Donald Sharp | 2019-04-05 | 13 | -846/+1356 |
|\ |
|
| * | lib, ripd, ripngd: rename remaining delete northbound callbacks | Renato Westphal | 2019-03-29 | 1 | -47/+47 |
| * | Merge remote-tracking branch 'frr/master' into rip-vrf | Renato Westphal | 2019-03-29 | 7 | -56/+79 |
| |\ |
|
| * | | ripd, ripngd: change how we keep track of redistribution configuration | Renato Westphal | 2019-01-18 | 4 | -41/+75 |
| * | | ripd: fix unsetting of authentication password | Renato Westphal | 2019-01-18 | 1 | -1/+1 |
| * | | ripd: add vrf input parameter to the "clear-rip-route" RPC | Renato Westphal | 2019-01-18 | 2 | -12/+47 |
| * | | ripd: make YANG operational-data VRF aware too | Renato Westphal | 2019-01-18 | 2 | -84/+107 |
| * | | ripd: add VRF support | Renato Westphal | 2019-01-18 | 10 | -200/+488 |
| * | | ripd: failure to create a socket shouldn't be a fatal error | Renato Westphal | 2019-01-18 | 1 | -1/+1 |
| * | | ripd: switch from sendto() to sendmsg() | Renato Westphal | 2019-01-18 | 1 | -2/+28 |
| * | | ripd: remove the rip global variable | Renato Westphal | 2019-01-18 | 9 | -319/+538 |
| * | | ripd: clear list of peers when RIP is deconfigured | Renato Westphal | 2019-01-18 | 3 | -0/+9 |
| * | | ripd: move "rip_distance_table" to the rip structure | Renato Westphal | 2019-01-18 | 3 | -25/+15 |
| * | | ripd: move global counters to the rip structure | Renato Westphal | 2019-01-18 | 4 | -14/+16 |
| * | | ripd: remove dead code | Renato Westphal | 2019-01-18 | 3 | -97/+0 |