| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ospf6d: remove ospf6_interface_if_del | Quentin Young | 2018-04-13 | 1 | -7/+0 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -2/+2 |
* | ospf6d: assign zebra router-id to ospf6 instance | Chirag Shah | 2018-03-01 | 1 | -2/+11 |
* | ospf6d: router-id change notify to restart ospf6d | Chirag Shah | 2018-02-15 | 1 | -4/+3 |
* | *: Track vrfs per nexthop not per route entry | Donald Sharp | 2018-02-09 | 1 | -3/+0 |
* | *: Send/receive the nexthop vrf_id | Donald Sharp | 2018-01-12 | 1 | -0/+3 |
* | *: Make zapi route install Notifications optional | Donald Sharp | 2017-11-27 | 1 | -1/+1 |
* | lib, ospf6d, ospfd, zebra: Add ZEBRA_STR | Donald Sharp | 2017-10-25 | 1 | -1/+1 |
* | *: Modify zclient_init to require privs data | Donald Sharp | 2017-10-24 | 1 | -1/+1 |
* | *: introduce new rb-tree to optimize interface lookup by ifindex | Renato Westphal | 2017-10-10 | 1 | -1/+1 |
* | *: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNAL | Renato Westphal | 2017-10-10 | 1 | -1/+1 |
* | *: fix segfault when sending more than MULTIPATH_NUM nexthops | Renato Westphal | 2017-09-21 | 1 | -2/+2 |
* | Merge pull request #1044 from donaldsharp/combination | Jafar Al-Gharaibeh | 2017-08-31 | 1 | -5/+1 |
|\ |
|
| * | *: fix assorted issues detected by Coverity Scan | Renato Westphal | 2017-08-25 | 1 | -5/+1 |
* | | *: remove ZEBRA_FLAG_{BLACKHOLE,REJECT} from API | David Lamparter | 2017-08-28 | 1 | -2/+2 |
|/ |
|
* | *: use zapi_route to send/receive redistributed routes as well | Renato Westphal | 2017-08-24 | 1 | -68/+18 |
* | ospf6d: use the new API to send routes to zebra | Renato Westphal | 2017-08-23 | 1 | -68/+25 |
* | *: remove leftovers from "router zebra" | Renato Westphal | 2017-08-23 | 1 | -112/+1 |
* | *: reduce excessive indentation in a few places | Renato Westphal | 2017-08-23 | 1 | -67/+71 |