| Commit message (Expand) | Author | Age | Files | Lines |
* | ospf6d: kill ospf6_memory.h, use MTYPE_STATIC | David Lamparter | 2021-03-22 | 1 | -0/+2 |
* | ospf6d: Json support added for command "show ipv6 ospf6 route [json]" | Yash Ranjan | 2021-01-27 | 1 | -2/+2 |
* | ospf6d: Json support added for command "show ipv6 ospf6 database [json]" | Yash Ranjan | 2021-01-13 | 1 | -14/+29 |
* | ospf6d: Structural changes in ospf6d.c | Yash Ranjan | 2021-01-13 | 1 | -446/+303 |
* | ospf6: don't create instance at startup | Igor Ryzhov | 2020-11-19 | 1 | -6/+0 |
* | ospf6d : Transformation changes for ospf6 vrf support. | harios_niral | 2020-10-31 | 1 | -95/+121 |
* | Merge pull request #7222 from idryzhov/fix-debug | Renato Westphal | 2020-10-10 | 1 | -1/+1 |
|\ |
|
| * | *: move "show debugging ..." commands to enable node | Igor Ryzhov | 2020-10-02 | 1 | -1/+1 |
* | | ospf6d: Move header includes around to reflect reality | Donald Sharp | 2020-10-09 | 1 | -1/+1 |
* | | ospf6d : Socket change for ospf6d vrf support. | Kaushik | 2020-10-07 | 1 | -3/+2 |
|/ |
|
* | *: move CLI node names to cmd_node->name | David Lamparter | 2020-04-16 | 1 | -0/+1 |
* | *: remove second parameter on install_node() | David Lamparter | 2020-04-16 | 1 | -1/+3 |
* | *: remove cmd_node->vtysh | David Lamparter | 2020-04-16 | 1 | -1/+0 |
* | *: clean up cmd_node initializers | David Lamparter | 2020-04-16 | 1 | -1/+3 |
* | ospf6d: add newline to show debugging cmd | Chirag Shah | 2018-05-06 | 1 | -1/+1 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -29/+29 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -2/+2 |
* | ospf6d: spf calculation w/ multiple router lsas | Chirag Shah | 2018-01-23 | 1 | -0/+44 |
* | ospf6d: Fix the cli parsing | Donald Sharp | 2017-09-14 | 1 | -1/+1 |
* | ospf6d: properly update prefix list references | David Lamparter | 2017-08-24 | 1 | -0/+18 |
* | *: Add 'show debugging' command from vtysh | Donald Sharp | 2017-08-21 | 1 | -1/+17 |
* | ospf6d: Remove ospf6d version string | Donald Sharp | 2017-08-20 | 1 | -19/+0 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -844/+801 |
* | *: remove VTYNL, part 6 of 6 | David Lamparter | 2017-07-14 | 1 | -59/+59 |
* | *: remove VTYNL, part 4 of 6 | David Lamparter | 2017-07-14 | 1 | -5/+5 |
* | *: remove VTYNL, part 3 of 6 | David Lamparter | 2017-07-14 | 1 | -4/+2 |
* | *: remove VTYNL, part 2 of 6 | David Lamparter | 2017-07-14 | 1 | -17/+17 |
* | ospf6d: VNL -> VTYNL | David Lamparter | 2017-07-14 | 1 | -77/+77 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
* | *: remove THREAD_ON macros, add nullity check | Quentin Young | 2017-05-09 | 1 | -1/+1 |
* | ospf6d: Fix parse_type_spec | Donald Sharp | 2017-04-28 | 1 | -7/+7 |
* | ospf6d: Fix some issues with 'show ipv6 ospf6 data..' | Donald Sharp | 2017-04-28 | 1 | -2/+2 |
* | *: snmp: convert into modules | David Lamparter | 2017-03-25 | 1 | -8/+0 |
* | *: use hooks for sending SNMP traps | David Lamparter | 2017-03-25 | 1 | -1/+1 |
* | Merge remote-tracking branch 'osr_private_quagga/queue/osr/vtysh-generic' int... | Quentin Young | 2016-12-02 | 1 | -17/+14 |
|\ |
|
| * | vtysh: fix some macro breakage | David Lamparter | 2016-11-23 | 1 | -17/+14 |
* | | all: Fix all underfull doc strings | Quentin Young | 2016-11-30 | 1 | -4/+4 |
|/ |
|
* | all: Fix underfull doc strings, part 1 | Quentin Young | 2016-11-05 | 1 | -1/+3 |
* | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-18 | 1 | -19/+0 |
|\ |
|
| * | *: Consolidate all double VIEW_NODE and ENABLE_NODE's | Donald Sharp | 2016-10-08 | 1 | -7/+0 |
* | | all: removed all DEFUN command stomps | Daniel Walton | 2016-10-06 | 1 | -1/+0 |
* | | all: added some missing <>s within []s | Daniel Walton | 2016-09-30 | 1 | -1/+1 |
* | | ospf6d: scrubbed some argc CHECK MEs | Daniel Walton | 2016-09-30 | 1 | -248/+37 |
* | | ospf6d: scrubbed some argc CHECK MEs | Daniel Walton | 2016-09-30 | 1 | -507/+163 |
* | | ospf6d: clean up command string in CHECK ME comments | Daniel Walton | 2016-09-30 | 1 | -44/+13 |
* | | all: added CHECK ME for DEFUNs that look at argc | Daniel Walton | 2016-09-29 | 1 | -0/+17 |
* | | zebra: CHECK ME fixes | Daniel Walton | 2016-09-25 | 1 | -0/+73 |
* | | ospf6d: add 'int idx_foo' argv index variables | Daniel Walton | 2016-09-23 | 1 | -28/+38 |
* | | convert <1-255> to (1-255), ()s to <>s, etc | Daniel Walton | 2016-09-23 | 1 | -8/+8 |
* | | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebra | Daniel Walton | 2016-09-23 | 1 | -576/+476 |