| Commit message (Expand) | Author | Age | Files | Lines |
* | ospf6d: Fix spelling mistakes | Donald Sharp | 2022-02-14 | 1 | -1/+1 |
* | ospf6d: Fix memory leak for `show ipv6 ospf6 zebra json` | Donatas Abraitis | 2022-01-31 | 1 | -3/+1 |
* | lib, ospfd, ospf6d, zebra: add OSPF opaque route attributes | Renato Westphal | 2022-01-15 | 1 | -0/+37 |
* | *: convert zclient callbacks to table | David Lamparter | 2021-10-20 | 1 | -8/+11 |
* | ospf6d: Make ospfv3 use normal address resolution instead of import route | Donald Sharp | 2021-09-27 | 1 | -3/+3 |
* | *: Add resolve via default flag | Donald Sharp | 2021-09-27 | 1 | -1/+2 |
* | Merge pull request #9585 from opensourcerouting/ospf6d-nssa-dflt-originate | Russ White | 2021-09-24 | 1 | -0/+57 |
|\ |
|
| * | ospf6d: implement Type-7 default routes for NSSA areas | Renato Westphal | 2021-09-21 | 1 | -0/+57 |
* | | Merge pull request #9084 from louis-oui/fix-ospf6-router-id | Igor Ryzhov | 2021-09-23 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | ospf6d: don't update router-id if at least one adjacency is Full | Louis Scalbert | 2021-09-21 | 1 | -1/+1 |
* | | ospf6d: introduce support for Graceful Restart (restarting mode) | Renato Westphal | 2021-09-16 | 1 | -0/+67 |
|/ |
|
* | Merge pull request #8944 from opensourcerouting/ospf6-mtu-revert | Igor Ryzhov | 2021-07-27 | 1 | -21/+0 |
|\ |
|
| * | Revert "ospf6d: Limit the number of interface addresses being supported" | David Lamparter | 2021-06-29 | 1 | -21/+0 |
* | | lib,ospfd,ospf6d: remove duplicated function | Rafael Zalamena | 2021-07-09 | 1 | -11/+1 |
* | | Revert "ospf6d: fix LSAs remain in LSDB with an old router-id value" | Donald Sharp | 2021-07-02 | 1 | -1/+1 |
* | | ospf6d: factorize router-id update | Louis Scalbert | 2021-07-01 | 1 | -1/+1 |
* | | ospf6d: don't update router-id if at least one adjacency is Full | Louis Scalbert | 2021-07-01 | 1 | -1/+1 |
* | | ospf6d: use per-vrf router id instead of one global | Igor Ryzhov | 2021-06-29 | 1 | -5/+6 |
|/ |
|
* | ospf6d: Limit the number of interface addresses being supported | lynne | 2021-05-11 | 1 | -1/+22 |
* | ospf6d: Add CLI and logic for default-information originate command | Yash Ranjan | 2021-03-29 | 1 | -0/+15 |
* | *: require semicolon after DEFINE_MTYPE & co | David Lamparter | 2021-03-17 | 1 | -1/+1 |
* | ospf6d: Convert to use builtin printf functionality | Donald Sharp | 2021-03-14 | 1 | -7/+3 |
* | ospf6d: add CLI to control maximum paths for routes. | Mobashshera Rasool | 2021-02-01 | 1 | -1/+8 |
* | ospf6: fix crash on shutdown | Igor Ryzhov | 2020-11-30 | 1 | -1/+2 |
* | Merge pull request #7478 from donaldsharp/buffer | Mark Stapp | 2020-11-18 | 1 | -1/+1 |
|\ |
|
| * | bgpd, lib, sharpd: Add enum for zclient_send_message return | Donald Sharp | 2020-11-15 | 1 | -1/+1 |
* | | ospf6d: Json support added for command "show ipv6 ospf6 zebra [json]" | github login name | 2020-11-17 | 1 | -17/+51 |
|/ |
|
* | Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6 | Rafael Zalamena | 2020-11-03 | 1 | -15/+59 |
|\ |
|
| * | ospf6d : Transformation changes for ospf6 vrf support. | harios_niral | 2020-10-31 | 1 | -15/+59 |
* | | :* Convert prefix2str to %pFX | Donatas Abraitis | 2020-10-22 | 1 | -15/+6 |
* | | ospf6d: Convert to using %pFX | Donald Sharp | 2020-10-17 | 1 | -28/+10 |
|/ |
|
* | ospf6d : Preparing for ospf6d VRF support. | Kaushik | 2020-09-01 | 1 | -11/+11 |
* | *: Do not cast to the same type | Donatas Abraitis | 2020-04-08 | 1 | -2/+2 |
* | ospf6d: Fix spelling mistakes found by debian packaging | Donald Sharp | 2020-03-14 | 1 | -1/+1 |
* | *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__ | Donatas Abraitis | 2020-03-05 | 1 | -4/+3 |
* | *: Convert connected_free to a double pointer | Donald Sharp | 2019-11-02 | 1 | -1/+1 |
* | *: Convert zapi->interface_delete to ifp callback | Donald Sharp | 2019-09-19 | 1 | -20/+0 |
* | *: Convert interface_down to interface down callback | Donald Sharp | 2019-09-19 | 1 | -20/+0 |
* | *: Convert from ->interface_up to the interface callback | Donald Sharp | 2019-09-19 | 1 | -1/+0 |
* | *: Switch all zclient->interface_add to interface create callback | Donald Sharp | 2019-09-19 | 1 | -14/+0 |
* | *: Fix spelling errors pointed out by debian packaging | Donald Sharp | 2019-08-19 | 1 | -1/+1 |
* | bgp, ospfd, ospf6d, pimd, lib, isisd: add bfd_client_sendmsg vrf_id | Philippe Guibert | 2019-05-07 | 1 | -1/+1 |
* | *: use ZAPI_CALLBACK_ARGS macro for zapi handlers | Quentin Young | 2019-05-03 | 1 | -21/+10 |
* | isisd, ospf6d, ripngd: Do not allow v6 LL's to be `redist connected` in | Donald Sharp | 2019-03-27 | 1 | -0/+3 |
* | lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messages | Renato Westphal | 2019-01-14 | 1 | -1/+2 |
* | *: Replace zclient_new with zclient_new_notify | Donald Sharp | 2018-11-12 | 1 | -1/+1 |
* | *: style for EC replacements | Quentin Young | 2018-09-13 | 1 | -3/+3 |
* | *: LIB_[ERR|WARN] -> EC_LIB | Quentin Young | 2018-09-13 | 1 | -1/+1 |
* | *: rename zlog_fer -> flog_err | Quentin Young | 2018-08-14 | 1 | -1/+1 |
* | ospf6d: Update OSPFv3 to use new zlog_ferr | Donald Sharp | 2018-08-14 | 1 | -3/+5 |