summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ospf6d: scrubbed some argc CHECK MEsDaniel Walton2016-09-301-66/+15
* | ospf6d: scrubbed some argc CHECK MEsDaniel Walton2016-09-301-6/+3
* | ospf6d: scrubbed some argc CHECK MEsDaniel Walton2016-09-301-28/+7
* | all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-291-0/+4
* | ospf6d: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-19/+33
* | convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-231-10/+10
* | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton2016-09-231-76/+71
* | ospf6d: argv updateDaniel Walton2016-09-231-19/+19
|/
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-4/+6
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-1/+1
* ospfd/ospf6d/zebra: Change interface bandwidth range and auto-cost range to 100GDon Slice2016-06-131-2/+2
* *: add missing includesDavid Lamparter2016-06-071-0/+1
* ospf6d: Fix printf % code usageDonald Sharp2016-05-191-1/+1
* quagga: Remove iflist global variableDonald Sharp2016-04-081-4/+4
* ospf6d: Stop sending hello's out loopback interfaceDonald Sharp2016-03-181-1/+2
* OSPFv3: Check area before scheduling SPFvivek2016-03-081-1/+2
* Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Donald Sharp2015-11-271-0/+9
|\
| * Should be able to "no" the full text of any config lineDaniel Walton2015-11-231-0/+9
* | Quagga: prefix2str fixupDonald Sharp2015-11-231-2/+2
|/
* OSPFv3: Do not display default network type.vivek2015-09-081-4/+7
* Support of BFD status in Quaggaradhika2015-08-311-3/+2
* Fixup of warnings in the codeDonald Sharp2015-07-261-0/+1
* This patch changes ospfd from only listening mode for BFD status updates to i...Donald Sharp2015-07-221-0/+6
* ospfd: ospfd-warnings.patchDonald Sharp2015-05-201-1/+0
* Support for 'clear ipv6 ospf6 interface [ifname]Donald Sharp2015-05-201-0/+60
* ospf6d: ospfv3-setsocket-retry.patchDonald Sharp2015-05-201-1/+12
* ospf6d: ospfv3-abr-ecmp-support.patchDonald Sharp2015-05-201-2/+3
* *: nuke ^L (page feed)David Lamparter2014-06-041-3/+3
* ospf6d: add "auto-cost reference-bandwidth" commandVincent Bernat2014-03-211-1/+60
* ospf6d: compute interface cost from its bandwidthVincent Bernat2014-03-211-14/+84
* ospf6d: fix interface_down() stopping hellosDavid Lamparter2014-03-181-1/+4
* ospf6d: handle missing link local address more gracefullyChristian Franke2014-03-181-3/+14
* ospf6d: improve ordered shutdownChristian Franke2014-03-181-10/+12
* ospf6d: clear DR info on interface_downChristian Franke2013-11-201-0/+4
* ospf6d: don't run DR election early on "ipv6 ospf6 priority"Christian Franke2013-11-201-1/+4
* ospf6d: fix integrated configDinesh Dutt2013-11-201-0/+8
* ospf6d: add SPF logs, statistics, and display of SPF parametersDinesh Dutt2013-11-081-4/+16
* ospf6d: fix linkdown handlingDinesh Dutt2013-11-081-3/+3