summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* 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
* *: ALLOC calls cannot failDonald Sharp2018-08-111-6/+0
* ospf6d: unchecked return value (Coverity 1221437)paco2018-06-151-2/+1
* ospf6d: remove ospf6_interface_if_delQuentin Young2018-04-131-22/+0
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-11/+11
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-26/+18
* ospf6d: Handle Premature Aging of LSAsChirag Shah2018-02-151-0/+2
* ospf6d: Add protocol stats and show commandChirag Shah2018-01-161-0/+99
* ospf6d: Fix setting interface ipv6 ospf6 cost value (LSA hooks were never cal...Juergen Kammer2017-11-091-9/+14
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-4/+4
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-8/+8
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-1/+1
* ospf6d: OSPFv3 interface bandwidth handlingChirag Shah2017-09-191-2/+11
* *: remove empty "interface XYZ" config blocksDavid Lamparter2017-08-291-2/+2
* ospf6d: add `no` forms for interface commandsQuentin Young2017-08-221-21/+87
* ospfd, ospf6d: cleanup some `no` commandsQuentin Young2017-08-221-6/+7
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-4/+3
* *: reindent pt. 2whitespace / reindent2017-07-171-3/+4
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-1429/+1357
* Merge remote-tracking branch 'frr/master' into table-hash-ospf6-lsdb-refactorDavid Lamparter2017-07-141-79/+69
|\
| * Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-3/+3
| |\
| | * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-3/+3
| * | *: remove VTYNL, part 4 of 6David Lamparter2017-07-141-65/+55
| * | *: remove VTYNL, part 2 of 6David Lamparter2017-07-141-10/+10
| * | ospf6d: VNL -> VTYNLDavid Lamparter2017-07-141-45/+45
| * | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-1/+1
| |/
* / ospf6d: use macro for LSDB walksDavid Lamparter2017-07-111-4/+2
|/
* *: fix excess docstringQuentin Young2017-07-051-3/+1
* *: use vty_outlnQuentin Young2017-06-291-1/+1
* ospf6d: add buffer length check to ifmtu changesDon Slice2017-06-281-2/+13
* ospf6d: fix ifmtu settings when kernel changes valuesDon Slice2017-06-261-7/+27
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: update thread_add_* callsQuentin Young2017-05-091-5/+6
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-17/+18
* *: use hooks for sending SNMP trapsDavid Lamparter2017-03-251-11/+4
* *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-151-3/+3
* *: Remove non-vrf based ifindex lookupDonald Sharp2017-03-151-1/+1
* Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-071-1/+1
|\
| * ospf6d: Fix compile warningsDonald Sharp2017-02-031-1/+1