summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: kill useless if(...) after VTY_DECLVAR_CONTEXTDavid Lamparter2016-12-091-6/+0
* *: coccinelle-replace vty->indexDavid Lamparter2016-12-095-92/+59
* ospfd, ospf6d: add qobj registrationsDavid Lamparter2016-12-094-0/+17
* Merge branch 'stable/2.0'David Lamparter2016-12-081-36/+2
|\
| * *: always set SO_SNDBUF and SO_RCVBUF using a best effort approachRenato Westphal2016-12-081-36/+2
* | Merge remote-tracking branch 'osr/master' into vtysh-grammarQuentin Young2016-12-062-0/+5
|\ \
| * | *: fix up DEFUNs without install_element callsDavid Lamparter2016-12-052-0/+5
* | | Merge remote-tracking branch 'osr_private_quagga/queue/osr/vtysh-generic' int...Quentin Young2016-12-025-25/+20
|\| |
| * | *: make DEFUN installations file-localDavid Lamparter2016-12-011-4/+1
| * | *: add #include "command.h" where neededDavid Lamparter2016-11-291-0/+2
| * | Merge commit '34d5ef459140ee7e'David Lamparter2016-11-282-19/+17
| |\ \
| | * | vtysh: fix some macro breakageDavid Lamparter2016-11-232-19/+17
| * | | Merge branch 'vtysh-grammar'David Lamparter2016-11-2814-1649/+729
| |\| | | | |/ | |/|
| * | build: massively remove needless checksDavid Lamparter2016-11-151-2/+0
* | | all: Fix all underfull doc stringsQuentin Young2016-11-304-9/+27
| |/ |/|
* | 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
* | all: Fix underfull doc strings, part 2Quentin Young2016-11-081-2/+4
* | all: Fix underfull doc strings, part 1Quentin Young2016-11-054-13/+17
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-215-3/+438
|\|
| * ospf6d: fix off-by-one on display of spf reasonsChristian Franke2016-10-211-1/+1
| * ospf6d: implement admin distanceMaitane Zotes2016-10-204-0/+362
| * *: Fix duplicate commands from view/enable node consolidationPaul Jakma2016-10-201-37/+0
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-201-1/+1
|\|
| * *: Consolidate routemap initializationDonald Sharp2016-10-191-1/+1
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-1810-53/+160
|\|
| * *: Consolidate all double VIEW_NODE and ENABLE_NODE'sDonald Sharp2016-10-087-32/+0
| * ospf6d: add support for route tagsChristian Franke2016-10-084-11/+203
| * Make route flags a 32bit fieldChristian Franke2016-09-231-1/+1
| * lib: Check prefix length from zebra is sensiblePaul Jakma2016-09-231-1/+1
| * ospf6d: fix fallout from ifindex_t changeDavid Lamparter2016-09-231-1/+2
| * Revert "Make route flags a 32bit field"Donald Sharp2016-09-231-1/+1
| * Make route flags a 32bit fieldChristian Franke2016-09-231-1/+1
| * *: remove dead codeRenato Westphal2016-09-231-4/+0
* | ospf6d: fix a few vty help stringsRenato Westphal2016-10-131-4/+7
* | *: rename all instances of OSPFv6 to OSPF6 or OSPFv3Renato Westphal2016-10-133-18/+18
* | all: removed all DEFUN command stompsDaniel Walton2016-10-063-68/+3
* | ospfd, ospf6d, ripd: Fix miscellaneous syntax errorsQuentin Young2016-10-041-1/+1
* | all: added some missing <>s within []sDaniel Walton2016-09-305-8/+8
* | ospf6d: scrubbed some argc CHECK MEsDaniel Walton2016-09-301-1/+1
* | ospf6d: scrubbed some argc CHECK MEsDaniel Walton2016-09-304-348/+64
* | ospf6d: scrubbed some argc CHECK MEsDaniel Walton2016-09-302-513/+166
* | ospf6d: clean up command string in CHECK ME commentsDaniel Walton2016-09-301-44/+13
* | ospf6d: scrubbed some argc CHECK MEsDaniel Walton2016-09-3011-384/+114
* | all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-2910-0/+42
* | Expand #defines in command stringsDaniel Walton2016-09-252-5/+5
* | zebra: CHECK ME fixesDaniel Walton2016-09-252-0/+80
* | ospf6d: add 'int idx_foo' argv index variablesDaniel Walton2016-09-2313-142/+219
* | convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-2310-40/+40
* | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton2016-09-2310-921/+803