summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | *: use monotime()David Lamparter2017-01-231-1/+1
* | *: coccinelle-replace vty->indexDavid Lamparter2016-12-091-51/+20
* | ospfd, ospf6d: add qobj registrationsDavid Lamparter2016-12-091-0/+5
* | *: make DEFUN installations file-localDavid Lamparter2016-12-011-4/+1
* | lib, ospf6d: Change SECONDS_STR to be more genericQuentin Young2016-11-171-2/+1
* | ospfd, ospf6d: Clean up and unify doc stringsQuentin Young2016-11-171-7/+7
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-3/+0
|\|
| * *: Consolidate all double VIEW_NODE and ENABLE_NODE'sDonald Sharp2016-10-081-8/+0
* | *: rename all instances of OSPFv6 to OSPF6 or OSPFv3Renato Westphal2016-10-131-1/+1
* | ospfd, ospf6d, ripd: Fix miscellaneous syntax errorsQuentin Young2016-10-041-1/+1