summaryrefslogtreecommitdiff
path: root/vrrpd/vrrp_vty.c
AgeCommit message (Expand)Author
2025-03-17fix(vrrp): display vrrp version by defaultechken
2024-09-01*: Create termtable specific temp memoryDonald Sharp
2024-08-27lib: common debug status outputIgor Ryzhov
2024-08-27lib: common debug config outputIgor Ryzhov
2024-01-23lib: remove leaf-list xpath hack from northboundIgor Ryzhov
2023-11-29lib: all: remove './' from xpath 22% speedupChristian Hopps
2023-06-19vrrpd: add priority field into interface jsonSindhu Parvathi Gopinathan
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-11-25vrrpd: add IPv4 pseudoheader option for VRRPv3Siger Yang
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-13Merge pull request #12066 from opensourcerouting/cleanup-cli-xrefDonald Sharp
2022-10-07*: Create and use infrastructure to show debugs in libDonald Sharp
2022-10-06*: fix some malformed CLI docstringsDavid Lamparter
2022-04-22vrrpd: Fix display of 'Master Advertisement interval'Rajesh Varatharaj
2021-10-25*: fix interface config write in NB-converted daemonsIgor Ryzhov
2021-10-13lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov
2021-08-26lib: remove unused argument from vrf_cmd_initIgor Ryzhov
2021-07-29*: cleanup interface node installationIgor Ryzhov
2021-06-21lib: remove vrf-interface config when removing the VRFIgor Ryzhov
2021-05-13lib: adapt to version 2 of libyangChristian Hopps
2020-10-02*: move "show debugging ..." commands to enable nodeIgor Ryzhov
2020-10-02*: move "debug ..." commands to enable nodeIgor Ryzhov
2020-08-03*: introduce DEFPY_YANG & friendsRenato Westphal
2020-07-26vrrpd: Make clang 11 happyDonald Sharp
2020-07-14*: remove PRI[udx](8|16|32)David Lamparter
2020-04-16*: move CLI node names to cmd_node->nameDavid Lamparter
2020-04-16*: move CLI parent data to cmd_node->parent_nodeDavid Lamparter
2020-04-16*: remove second parameter on install_node()David Lamparter
2020-04-16*: remove cmd_node->vtyshDavid Lamparter
2020-04-16*: clean up cmd_node initializersDavid Lamparter
2019-12-09vrrpd, yang: cleanup vrrp nb conversionQuentin Young
2019-12-09vrrpd: northbound conversionQuentin Young
2019-10-17vrrpd: use CS2MS instead of constant 10 everywhereGhasem Naddaf
2019-09-19*: Add infrastructure to support zapi interface callbacksDonald Sharp
2019-06-21vrrpd: use MTYPE_STATICDavid Lamparter
2019-05-17vrrpd, zebra: fix checkpatch warningsQuentin Young
2019-05-17vrrpd: add 'show vrrp summary' commandQuentin Young
2019-05-17vrrpd: fix magnitude error when removing adver_intQuentin Young
2019-05-17vrrpd: convert defaults command to millisecondsQuentin Young
2019-05-17vrrpd, lib: style fixesQuentin Young
2019-05-17vrrpd: display configured adv int in json outputQuentin Young
2019-05-17vrrpd: change all user facing times to msQuentin Young
2019-05-17vrrpd: display primary address in json outputQuentin Young
2019-05-17vrrpd: disallow setting priority = 255Quentin Young
2019-05-17vrrpd: allow user to set priority = 255Quentin Young
2019-05-17vrrpd: fix sign compare on armelQuentin Young
2019-05-17vrrpd: add more debugging infoQuentin Young
2019-05-17vrrpd: fix unsigned - signed cmpQuentin Young
2019-05-17vrrpd: check start for manual v6 addr addQuentin Young
2019-05-17vrrpd: allow configuring global defaultsQuentin Young