summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: kill ospf6_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-0/+1
* Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis2021-03-221-3/+3
|\
| * *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-171-1/+1
| * *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-171-1/+1
| * *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* | ospf6d: remove interface prefix when area is removedckishimo2021-03-171-1/+7
|/
* ospf6d: fix setting NOAUTOCOST flagEmanuele Di Pascale2021-03-031-2/+1
* Merge pull request #8051 from volta-networks/fix_ospf6_hello_loRuss White2021-02-161-2/+5
|\
| * ospf6d: Don't send hellos on loopback interfacelynne2021-02-101-2/+5
* | ospf6d: Json support added for command "show ipv6 ospf6 interface prefix [json]"Yash Ranjan2021-01-271-6/+10
* | ospf6d: Json support added for command "show ipv6 ospf6 route [json]"Yash Ranjan2021-01-271-3/+3
* | ospf6d: Track wait_timer and disable when neededDonald Sharp2021-01-261-1/+3
|/
* ospf6d: Link LSA is not updated when router priority is modifiedMobashshera Rasool2020-12-141-0/+1
* ospf6: get instance from route table scopeIgor Ryzhov2020-11-301-3/+3
* Merge pull request #7454 from ranjanyash54/dev_8Donald Sharp2020-11-191-33/+132
|\
| * ospf6d: Json support added for command "show ipv6 ospf6 interface traffic [js...github login name2020-11-161-33/+133
* | ospf6d: Json support added for command "show ipv6 ospf6 interface [json]"github login name2020-11-171-85/+270
|/
* ospf6d: Json support added for command "show ipv6 ospf6 neighbor [json]"github login name2020-11-051-1/+1
* Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6Rafael Zalamena2020-11-031-9/+19
|\
| * ospf6d : Transformation changes for ospf6 vrf support.harios_niral2020-10-311-9/+19
* | :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-8/+5
|/
* ospf6d, tests: Prevent use after freeDonald Sharp2020-10-111-3/+3
* ospf6d: Move header includes around to reflect realityDonald Sharp2020-10-091-1/+1
* ospf6d: fix SA warningMark Stapp2020-09-031-1/+4
* ospf6d : Preparing for ospf6d VRF support.Kaushik2020-09-011-5/+6
* *: 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
* *: generously apply constDavid Lamparter2019-12-021-1/+1
* Merge pull request #5009 from donaldsharp/interface_deletionRuss White2019-09-301-0/+54
|\
| * *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-0/+8
| * *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-0/+9
| * *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-0/+9
| * *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-0/+6
| * *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+22
* | ospf6d: track explicit interface type configDavid Lamparter2019-09-171-18/+32
* | ospf6d: fix mistaken if_is_* instead of oi->typeDavid Lamparter2019-09-171-2/+1
* | ospf6d: interface state needs update even w/o areaDavid Lamparter2019-09-171-2/+0
|/
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-7/+4
* *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-4/+7
* *: remove casts of XMALLOC / XCALLOCQuentin Young2019-02-261-2/+1
* ospf6d: upon interface deletion, the area if list may be updatedPhilippe Guibert2019-02-141-0/+3
* ospf6d: fix FreeBSD IPv6 multicast group join raceRafael Zalamena2019-01-261-0/+16
* ospf6d: keep track of the socket set threadRafael Zalamena2019-01-231-2/+15
* ospf6d: don't queue interface eventsRafael Zalamena2019-01-231-8/+8
* ospf6d: fix two "show" commandsRenato Westphal2018-10-201-2/+12
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1