]> git.proxmox.com Git - mirror_frr.git/history - vrrpd/vrrp_vty.c
vrrpd, lib: style fixes
[mirror_frr.git] / vrrpd / vrrp_vty.c
2019-05-17 Quentin Youngvrrpd, lib: style fixes
2019-05-17 Quentin Youngvrrpd: display configured adv int in json output
2019-05-17 Quentin Youngvrrpd: change all user facing times to ms
2019-05-17 Quentin Youngvrrpd: display primary address in json output
2019-05-17 Quentin Youngvrrpd: disallow setting priority = 255
2019-05-17 Quentin Youngvrrpd: allow user to set priority = 255
2019-05-17 Quentin Youngvrrpd: fix sign compare on armel
2019-05-17 Quentin Youngvrrpd: add more debugging info
2019-05-17 Quentin Youngvrrpd: fix unsigned - signed cmp
2019-05-17 Quentin Youngvrrpd: check start for manual v6 addr add
2019-05-17 Quentin Youngvrrpd: allow configuring global defaults
2019-05-17 Quentin Youngvrrpd: add statistics collection
2019-05-17 Quentin Youngvrrpd: follow frrouting json conventions
2019-05-17 Quentin Youngvrrpd: cleanup formatting for vty show cmd
2019-05-17 Quentin Youngvrrpd: add json support to show command
2019-05-17 Quentin Youngvrrpd: add administrative shutdown option
2019-05-17 Quentin Youngvrrpd: interface tracking
2019-05-17 Quentin Youngvrrpd: fix err messaging for ipv6 addr add
2019-05-17 Quentin Youngvrrpd: add support for configuration writing
2019-05-17 Quentin Youngvrrpd: use debugging knobs
2019-05-17 Quentin Youngvrrpd: add debugging knobs
2019-05-17 Quentin Youngvrrpd: minor cosmetic fix for sh vrrp
2019-05-17 Quentin Youngvrrpd: fix missing \n in cli
2019-05-17 Quentin Youngvrrpd: autoconfig support, continued
2019-05-17 Quentin Youngvrrpd: don't restart when changing priority
2019-05-17 Quentin Youngvrrpd: autoconfig support
2019-05-17 Quentin Youngvrrpd: add cli for preempt mode
2019-05-17 Quentin Youngvrrpd: add support for VRRPv2
2019-05-17 Quentin Youngvrrpd: handle address deletion, don't accept dupes
2019-05-17 Quentin Youngvrrpd: same VRID, different interface
2019-05-17 Quentin Youngvrrpd: fix headers
2019-05-17 Quentin Youngvrrpd: improve show vrrp
2019-05-17 Quentin Youngvrrpd: implement `no` variants of commands
2019-05-17 Quentin Youngvrrpd: fix priority setting
2019-05-17 Quentin Youngvrrpd: ipv6 support
2019-05-17 Quentin Youngvrrpd: improve logging
2019-05-17 Quentin Youngvrrpd: add unit when showing time values
2019-05-17 Quentin Youngvrrpd: clean up configuration code, fix skew bug
2019-05-17 Quentin Youngvrrpd: config commands, enable ARP
2019-05-17 Quentin Youngvrrpd: get sockets working
2019-05-17 Quentin Youngvrrpd: interface support
2019-05-17 Quentin Youngvrrpd: initial commit