summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_zebra.c
AgeCommit message (Expand)Author
2019-01-14lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messagesRenato Westphal
2018-11-12*: Replace zclient_new with zclient_new_notifyDonald Sharp
2018-09-13*: style for EC replacementsQuentin Young
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14ospf6d: Update OSPFv3 to use new zlog_ferrDonald Sharp
2018-04-13ospf6d: remove ospf6_interface_if_delQuentin Young
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-01ospf6d: assign zebra router-id to ospf6 instanceChirag Shah
2018-02-15ospf6d: router-id change notify to restart ospf6dChirag Shah
2018-02-08*: Track vrfs per nexthop not per route entryDonald Sharp
2018-01-12*: Send/receive the nexthop vrf_idDonald Sharp
2017-11-27*: Make zapi route install Notifications optionalDonald Sharp
2017-10-25lib, ospf6d, ospfd, zebra: Add ZEBRA_STRDonald Sharp
2017-10-23*: Modify zclient_init to require privs dataDonald Sharp
2017-10-10*: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal
2017-10-10*: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNALRenato Westphal
2017-09-21*: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal
2017-08-31Merge pull request #1044 from donaldsharp/combinationJafar Al-Gharaibeh
2017-08-28*: remove ZEBRA_FLAG_{BLACKHOLE,REJECT} from APIDavid Lamparter
2017-08-24*: fix assorted issues detected by Coverity ScanRenato Westphal
2017-08-23*: use zapi_route to send/receive redistributed routes as wellRenato Westphal
2017-08-23ospf6d: use the new API to send routes to zebraRenato Westphal
2017-08-23*: remove leftovers from "router zebra"Renato Westphal
2017-08-23*: reduce excessive indentation in a few placesRenato Westphal
2017-07-22Revert "*: reindent pt. 2"David Lamparter
2017-07-17*: reindent pt. 2whitespace / reindent
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-14Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter
2017-07-14*: remove VTYNL, part 4 of 6David Lamparter
2017-07-14*: remove VTYNL, part 2 of 6David Lamparter
2017-07-14ospf6d: VNL -> VTYNLDavid Lamparter
2017-07-13vtysh: return non-zero for configuration failuresDaniel Walton
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter
2017-06-29*: use vty_outlnQuentin Young
2017-05-18ospf6d: Make 'show zebra' 'show ipv6 ospf6 zebra'Donald Sharp
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-05-03ospf6d: Fix redistribution debug knowledgeDonald Sharp
2017-03-01ospf6d: Fix write beyond data structureDonald Sharp
2017-01-30*: read and ignore srcdest routes on ZAPIChristian Franke
2017-01-30lib: send ZAPI IPv6 source prefixDavid Lamparter
2016-10-21Merge branch 'cmaster-next' into vtysh-grammarQuentin Young
2016-10-19ospf6d: implement admin distanceMaitane Zotes
2016-10-17Merge branch 'cmaster-next' into vtysh-grammarQuentin Young
2016-10-07*: Consolidate all double VIEW_NODE and ENABLE_NODE'sDonald Sharp
2016-10-07ospf6d: add support for route tagsChristian Franke
2016-10-06all: removed all DEFUN command stompsDaniel Walton
2016-09-30ospf6d: scrubbed some argc CHECK MEsDaniel Walton
2016-09-29all: added CHECK ME for DEFUNs that look at argcDaniel Walton
2016-09-23ospf6d: add 'int idx_foo' argv index variablesDaniel Walton