summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-2/+1
* *: reindent pt. 2whitespace / reindent2017-07-171-1/+2
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-700/+654
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-3/+3
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-4/+4
* | *: remove VTYNL, part 4 of 6David Lamparter2017-07-141-5/+4
* | *: remove VTYNL, part 2 of 6David Lamparter2017-07-141-11/+11
* | ospf6d: VNL -> VTYNLDavid Lamparter2017-07-141-13/+13
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-3/+3
|/
* *: use vty_outlnQuentin Young2017-06-291-3/+3
* ospf6d: Make 'show zebra' 'show ipv6 ospf6 zebra'Donald Sharp2017-05-181-6/+5
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* ospf6d: Fix redistribution debug knowledgeDonald Sharp2017-05-031-1/+1
* ospf6d: Fix write beyond data structureDonald Sharp2017-03-011-7/+7
* *: read and ignore srcdest routes on ZAPIChristian Franke2017-01-301-1/+13
* lib: send ZAPI IPv6 source prefixDavid Lamparter2017-01-301-4/+4
* Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-211-0/+150
|\
| * ospf6d: implement admin distanceMaitane Zotes2016-10-201-0/+150
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-10/+15
|\|
| * *: Consolidate all double VIEW_NODE and ENABLE_NODE'sDonald Sharp2016-10-081-1/+0
| * ospf6d: add support for route tagsChristian Franke2016-10-081-3/+13
| * Make route flags a 32bit fieldChristian Franke2016-09-231-1/+1
| * lib: Check prefix length from zebra is sensiblePaul Jakma2016-09-231-1/+1
| * Revert "Make route flags a 32bit field"Donald Sharp2016-09-231-1/+1
| * Make route flags a 32bit fieldChristian Franke2016-09-231-1/+1