| Commit message (Expand) | Author | Age | Files | Lines |
* | ripd: Remove various macros that overlap THREAD_OFF | Donald Sharp | 2022-07-21 | 1 | -3/+0 |
* | *: Fix spelling of strucutre | Donald Sharp | 2022-04-19 | 1 | -1/+1 |
* | *: require semicolon after DEFINE_HOOK & co. | David Lamparter | 2021-03-17 | 1 | -2/+2 |
* | *: require semicolon after DEFINE_MTYPE & co | David Lamparter | 2021-03-17 | 1 | -1/+1 |
* | *: unify thread/event cancel macros | Mark Stapp | 2020-10-23 | 1 | -1/+1 |
* | ripd: split northbound callbacks into multiple files | Renato Westphal | 2019-10-30 | 1 | -8/+1 |
* | ripd: use MTYPE_STATIC | David Lamparter | 2019-06-21 | 1 | -1/+3 |
* | ripd, ripngd: fix cleaning up of offset lists | Renato Westphal | 2019-04-19 | 1 | -0/+1 |
* | Merge remote-tracking branch 'frr/master' into rip-vrf | Renato Westphal | 2019-03-29 | 1 | -1/+4 |
|\ |
|
| * | lib, rip, ripng, eigrp: rework if_rmap context | Philippe Guibert | 2019-02-19 | 1 | -2/+4 |
* | | ripd, ripngd: change how we keep track of redistribution configuration | Renato Westphal | 2019-01-18 | 1 | -5/+9 |
* | | ripd: make YANG operational-data VRF aware too | Renato Westphal | 2019-01-18 | 1 | -0/+1 |
* | | ripd: add VRF support | Renato Westphal | 2019-01-18 | 1 | -4/+21 |
* | | ripd: remove the rip global variable | Renato Westphal | 2019-01-18 | 1 | -47/+67 |
* | | ripd: clear list of peers when RIP is deconfigured | Renato Westphal | 2019-01-18 | 1 | -0/+1 |
* | | ripd: move "rip_distance_table" to the rip structure | Renato Westphal | 2019-01-18 | 1 | -2/+0 |
* | | ripd: move global counters to the rip structure | Renato Westphal | 2019-01-18 | 1 | -4/+9 |
* | | ripd: remove dead code | Renato Westphal | 2019-01-18 | 1 | -6/+0 |
* | | ripd: move "rip_offset_list_master" to the rip structure | Renato Westphal | 2019-01-18 | 1 | -2/+5 |
* | | ripd: move "peer_list" to the rip structure | Renato Westphal | 2019-01-18 | 1 | -3/+5 |
* | | ripd: move "Vrip_passive_nondefault" to the rip structure | Renato Westphal | 2019-01-18 | 1 | -1/+3 |
* | | ripd: move "rip_enable_network" to the rip structure | Renato Westphal | 2019-01-18 | 1 | -0/+3 |
* | | ripd: move "rip_enable_interface" to the rip structure | Renato Westphal | 2019-01-18 | 1 | -0/+3 |
|/ |
|
* | lib, rip, ripng, babel, eigrp: add ctx pointer to distribute api | Philippe Guibert | 2018-12-28 | 1 | -0/+4 |
* | ripd: remove leftovers from the old sighup handler | Renato Westphal | 2018-12-03 | 1 | -3/+0 |
* | ripd: implement two YANG notifications | Renato Westphal | 2018-10-27 | 1 | -0/+4 |
* | ripd: implement the 'clear-rip-route' YANG RPC | Renato Westphal | 2018-10-27 | 1 | -0/+1 |
* | ripd: implement northbound callbacks to fetch neighbor information | Renato Westphal | 2018-10-27 | 1 | -0/+1 |
* | ripd: fix SIGHUP handling | Renato Westphal | 2018-10-27 | 1 | -1/+0 |
* | ripd: retrofit all RIP interface commands to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -3/+2 |
* | ripd: no need to use qobj anymore to keep track of "router rip" | Renato Westphal | 2018-10-27 | 1 | -4/+0 |
* | ripd: retrofit the 'timer basic' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -8/+4 |
* | ripd: retrofit the 'route' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -3/+0 |
* | ripd: retrofit the 'redistribute' commands to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -3/+5 |
* | ripd: retrofit the 'passive-interface' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -1/+7 |
* | ripd: retrofit the 'offset-list' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -8/+24 |
* | ripd: retrofit the 'network' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -0/+5 |
* | ripd: retrofit the 'neighbor' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -0/+2 |
* | ripd: retrofit the 'distance source' commands to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -0/+12 |
* | ripd: retrofit the 'default-metric' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -4/+1 |
* | ripd: retrofit the 'default-information' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -4/+0 |
* | ripd: retrofit the 'allow-ecmp' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -1/+3 |
* | ripd: retrofit the 'router rip' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -0/+3 |
* | yang, ripd: add 'frr-ripd.yang' and associated stub callbacks | Renato Westphal | 2018-10-27 | 1 | -0/+8 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -32/+32 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -5/+3 |
* | ripd: Allow rip_redistribute_add to know the nexthop type | Donald Sharp | 2017-11-16 | 1 | -3/+5 |
* | ripd: Convert to using 'struct nexthop' for nexthop information | Donald Sharp | 2017-11-16 | 1 | -4/+2 |
* | ripd: Make 'struct zebra_privs_t' available | Donald Sharp | 2017-10-24 | 1 | -0/+2 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -245/+236 |