summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_top.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: Add logic to change the status of router to ASBRYash Ranjan2021-03-291-0/+1
* ospf6d: Add CLI and logic for default-information originate commandYash Ranjan2021-03-291-0/+2
* ospf6d: kill ospf6_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-0/+2
* Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis2021-03-221-2/+2
|\
| * *: require semicolon after FRR_CFG_DEFAULT_*David Lamparter2021-03-171-1/+1
| * *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-171-1/+1
* | ospf6d: fix warning message when interfae disabledckishimo2021-03-171-1/+2
* | ospf6d: fix iface commands lost when removing from areackishimo2021-03-161-1/+0
|/
* Merge pull request #7961 from mobash-rasool/ospfv3-featureMark Stapp2021-02-041-0/+69
|\
| * ospf6d: add CLI to control maximum paths for routes.Mobashshera Rasool2021-02-011-0/+69
* | Merge pull request #7402 from ranjanyash54/dev_2Donald Sharp2021-02-021-13/+19
|\ \ | |/ |/|
| * ospf6d: Json support added for command "show ipv6 ospf6 route [json]"Yash Ranjan2021-01-271-13/+19
* | ospf6d: Remove #if 0 code that has not been used in a long timeDonald Sharp2021-01-281-93/+0
|/
* ospf6d: ospfv3 disable on the interface, but interface prefix still shown in ...Yash Ranjan2020-12-131-1/+2
* Merge pull request #7492 from Niral-Networks/niral_ospfv3_fix_redistRafael Zalamena2020-12-101-1/+2
|\
| * ospf6d : Code refactoring for route redistribution.Kaushik2020-12-091-1/+2
* | ospf6: move serv_close to ospf6_deleteIgor Ryzhov2020-11-301-1/+2
* | ospf6: get instance from lsdb dataIgor Ryzhov2020-11-301-4/+1
* | ospf6: get instance from route table scopeIgor Ryzhov2020-11-301-13/+17
|/
* ospf6d: Json support added for command "show ipv6 ospf6 [json]"github login name2020-11-171-67/+185
* Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6Rafael Zalamena2020-11-031-80/+188
|\
| * ospf6d : Transformation changes for ospf6 vrf support.harios_niral2020-10-311-80/+188
* | :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-7/+3
|/
* ospf6d : Socket change for ospf6d vrf support.Kaushik2020-10-071-10/+32
* ospf6d : Preparing for ospf6d VRF support.Kaushik2020-09-011-1/+1
* Merge pull request #6700 from deastoe/ospf6-interface-decimal-areaDavid Lamparter2020-07-211-16/+7
|\
| * ospf6d: decimal area format in interface commandPatrick Ruddy2020-07-141-16/+7
* | *: un-split strings across linesDavid Lamparter2020-07-141-4/+2
|/
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+1
* *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+1
* *: remove second parameter on install_node()David Lamparter2020-04-161-1/+3
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-1/+0
* *: clean up cmd_node initializersDavid Lamparter2020-04-161-1/+3
* bgpd, ospfd, ospf6d: long is not bool :(David Lamparter2020-04-021-2/+2
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-2/+2
* ospfd: use new defaults mechanism (v2)David Lamparter2019-12-061-7/+10
* ospf6: Add vrf_id to the ospf6 data structureDonald Sharp2019-09-101-2/+3
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-4/+2
* *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-1/+2
* ospf, ospf6d, zebra, lib: change if_get_by_name prototype with vrfPhilippe Guibert2019-06-111-1/+2
* lib: retrofit interface commands to the new northbound modelRenato Westphal2018-10-271-1/+1
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* ospf6d: Remove deprecated code after 1 yearDonald Sharp2018-08-301-15/+0
* ospf6d: remove VERSION_TYPE_DEV from CONFDATE checksLou Berger2018-07-101-2/+2
* ospf6d: fix area border router duplicateChirag Shah2018-05-081-4/+7
* *: Only test CONFDATE when VERSION_TYPE_DEV definedLou Berger2018-04-031-2/+2
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-3/+3
* Merge pull request #1814 from chiragshah6/mdevJafar Al-Gharaibeh2018-03-091-2/+24
|\
| * ospf6d: assign zebra router-id to ospf6 instanceChirag Shah2018-03-011-2/+24
* | *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-10/+4