summaryrefslogtreecommitdiffstats
path: root/vrrpd/vrrp_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: remove leaf-list xpath hack from northboundIgor Ryzhov2024-01-231-2/+10
* lib: all: remove './' from xpath 22% speedupChristian Hopps2023-11-291-3/+3
* vrrpd: add priority field into interface jsonSindhu Parvathi Gopinathan2023-06-191-0/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* vrrpd: add IPv4 pseudoheader option for VRRPv3Siger Yang2022-11-251-1/+39
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* Merge pull request #12066 from opensourcerouting/cleanup-cli-xrefDonald Sharp2022-10-131-4/+4
|\
| * *: fix some malformed CLI docstringsDavid Lamparter2022-10-061-4/+4
* | *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
|/
* vrrpd: Fix display of 'Master Advertisement interval'Rajesh Varatharaj2022-04-221-4/+4
* *: fix interface config write in NB-converted daemonsIgor Ryzhov2021-10-251-30/+1
* lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov2021-10-131-8/+8
* lib: remove unused argument from vrf_cmd_initIgor Ryzhov2021-08-261-1/+1
* *: cleanup interface node installationIgor Ryzhov2021-07-291-10/+1
* lib: remove vrf-interface config when removing the VRFIgor Ryzhov2021-06-211-0/+1
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-1/+1
* *: move "show debugging ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
* *: move "debug ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
* *: introduce DEFPY_YANG & friendsRenato Westphal2020-08-031-14/+14
* vrrpd: Make clang 11 happyDonald Sharp2020-07-271-1/+1
* *: remove PRI[udx](8|16|32)David Lamparter2020-07-141-14/+14
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+3
* *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+1
* *: remove second parameter on install_node()David Lamparter2020-04-161-3/+6
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-3/+0
* *: clean up cmd_node initializersDavid Lamparter2020-04-161-3/+17
* vrrpd, yang: cleanup vrrp nb conversionQuentin Young2019-12-091-38/+78
* vrrpd: northbound conversionQuentin Young2019-12-091-142/+123
* vrrpd: use CS2MS instead of constant 10 everywhereGhasem Naddaf2019-10-181-5/+7
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+1
* vrrpd: use MTYPE_STATICDavid Lamparter2019-06-211-1/+0
* vrrpd, zebra: fix checkpatch warningsQuentin Young2019-05-171-2/+2
* vrrpd: add 'show vrrp summary' commandQuentin Young2019-05-171-0/+69
* vrrpd: fix magnitude error when removing adver_intQuentin Young2019-05-171-1/+1
* vrrpd: convert defaults command to millisecondsQuentin Young2019-05-171-3/+10
* vrrpd, lib: style fixesQuentin Young2019-05-171-5/+9
* vrrpd: display configured adv int in json outputQuentin Young2019-05-171-0/+2
* vrrpd: change all user facing times to msQuentin Young2019-05-171-22/+30
* vrrpd: display primary address in json outputQuentin Young2019-05-171-2/+12
* vrrpd: disallow setting priority = 255Quentin Young2019-05-171-1/+1
* vrrpd: allow user to set priority = 255Quentin Young2019-05-171-1/+1
* vrrpd: fix sign compare on armelQuentin Young2019-05-171-1/+1
* vrrpd: add more debugging infoQuentin Young2019-05-171-0/+6
* vrrpd: fix unsigned - signed cmpQuentin Young2019-05-171-1/+1
* vrrpd: check start for manual v6 addr addQuentin Young2019-05-171-0/+2
* vrrpd: allow configuring global defaultsQuentin Young2019-05-171-2/+29
* vrrpd: add statistics collectionQuentin Young2019-05-171-0/+37
* vrrpd: follow frrouting json conventionsQuentin Young2019-05-171-10/+10
* vrrpd: cleanup formatting for vty show cmdQuentin Young2019-05-171-7/+20
* vrrpd: add json support to show commandQuentin Young2019-05-171-4/+97