summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: Add CLI and logic for default-information originate commandYash Ranjan2021-03-291-0/+15
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* ospf6d: Convert to use builtin printf functionalityDonald Sharp2021-03-141-7/+3
* ospf6d: add CLI to control maximum paths for routes.Mobashshera Rasool2021-02-011-1/+8
* ospf6: fix crash on shutdownIgor Ryzhov2020-11-301-1/+2
* Merge pull request #7478 from donaldsharp/bufferMark Stapp2020-11-181-1/+1
|\
| * bgpd, lib, sharpd: Add enum for zclient_send_message returnDonald Sharp2020-11-151-1/+1
* | ospf6d: Json support added for command "show ipv6 ospf6 zebra [json]"github login name2020-11-171-17/+51
|/
* Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6Rafael Zalamena2020-11-031-15/+59
|\
| * ospf6d : Transformation changes for ospf6 vrf support.harios_niral2020-10-311-15/+59
* | :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-15/+6
* | ospf6d: Convert to using %pFXDonald Sharp2020-10-171-28/+10
|/
* ospf6d : Preparing for ospf6d VRF support.Kaushik2020-09-011-11/+11
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-2/+2
* ospf6d: Fix spelling mistakes found by debian packagingDonald Sharp2020-03-141-1/+1
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-4/+3
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-20/+0
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-20/+0
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-1/+0
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-14/+0
* *: Fix spelling errors pointed out by debian packagingDonald Sharp2019-08-191-1/+1
* bgp, ospfd, ospf6d, pimd, lib, isisd: add bfd_client_sendmsg vrf_idPhilippe Guibert2019-05-071-1/+1
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-21/+10
* isisd, ospf6d, ripngd: Do not allow v6 LL's to be `redist connected` inDonald Sharp2019-03-271-0/+3
* lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messagesRenato Westphal2019-01-141-1/+2
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
* *: style for EC replacementsQuentin Young2018-09-131-3/+3
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-1/+1
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-1/+1
* ospf6d: Update OSPFv3 to use new zlog_ferrDonald Sharp2018-08-141-3/+5
* ospf6d: remove ospf6_interface_if_delQuentin Young2018-04-131-7/+0
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-2/+2
* ospf6d: assign zebra router-id to ospf6 instanceChirag Shah2018-03-011-2/+11
* ospf6d: router-id change notify to restart ospf6dChirag Shah2018-02-151-4/+3
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-3/+0
* *: Send/receive the nexthop vrf_idDonald Sharp2018-01-121-0/+3
* *: Make zapi route install Notifications optionalDonald Sharp2017-11-271-1/+1
* lib, ospf6d, ospfd, zebra: Add ZEBRA_STRDonald Sharp2017-10-251-1/+1
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-241-1/+1
* *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-1/+1
* *: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNALRenato Westphal2017-10-101-1/+1
* *: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal2017-09-211-2/+2
* Merge pull request #1044 from donaldsharp/combinationJafar Al-Gharaibeh2017-08-311-5/+1
|\
| * *: fix assorted issues detected by Coverity ScanRenato Westphal2017-08-251-5/+1
* | *: remove ZEBRA_FLAG_{BLACKHOLE,REJECT} from APIDavid Lamparter2017-08-281-2/+2
|/
* *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-68/+18
* ospf6d: use the new API to send routes to zebraRenato Westphal2017-08-231-68/+25
* *: remove leftovers from "router zebra"Renato Westphal2017-08-231-112/+1
* *: reduce excessive indentation in a few placesRenato Westphal2017-08-231-67/+71