]> git.proxmox.com Git - mirror_frr.git/history - vrrpd
Merge pull request #4546 from donaldsharp/better_debugs
[mirror_frr.git] / vrrpd /
2019-06-04 Russ WhiteMerge pull request #3555 from pguibert6WIND/bgp_wording...
2019-05-28 Jafar Al-GharaibehMerge pull request #4239 from sarav511/rp
2019-05-28 Russ WhiteMerge pull request #4377 from ton31337/feature/show_fqd...
2019-05-21 Donald SharpMerge pull request #4359 from adharkar/frr-master-rtm_vxlan
2019-05-21 Renato WestphalMerge pull request #4364 from FRRouting/doc-libsnmp...
2019-05-20 Sri Mohana SingamsettyMerge pull request #4362 from donaldsharp/more_more_less
2019-05-20 Donald SharpMerge pull request #4365 from adharkar/frr-master-fpm_r...
2019-05-20 Donald SharpMerge pull request #4285 from vishaldhingra/no_neighbor
2019-05-20 Donald SharpMerge pull request #4350 from patrasar/pim_sg_expiry
2019-05-20 Renato WestphalMerge pull request #4367 from qlyoung/doc-bgp-mpls
2019-05-20 Renato WestphalMerge pull request #4366 from qlyoung/vrrp-coverity...
2019-05-20 Renato WestphalMerge pull request #4328 from sworleys/Re-order-RouteEntry
2019-05-17 Quentin Youngvrrpd: fix coverity warnings
2019-05-17 Mark StappMerge pull request #4357 from sworleys/Table-Null-Cov
2019-05-17 Sri Mohana SingamsettyMerge pull request #4168 from qlyoung/vrrp
2019-05-17 Quentin Youngvrrpd: const vrrp_hash_key
2019-05-17 Quentin Youngvrrpd: fix some clang-analyze warnings
2019-05-17 Quentin Youngvrrpd, zebra: fix checkpatch warnings
2019-05-17 Quentin Youngvrrpd: add 'show vrrp summary' command
2019-05-17 Quentin Youngvrrpd: fix memleak during config write
2019-05-17 Quentin Youngvrrpd: fix magnitude error when removing adver_int
2019-05-17 Quentin Youngvrrpd: convert defaults command to milliseconds
2019-05-17 Quentin Youngvrrpd: fix global buffer overflow from style fix
2019-05-17 Quentin Youngvrrpd: gracefully shutdown on SIGTERM / SIGINT
2019-05-17 Quentin Younglib, vrrpd: define & use ZEBRA_ROUTE_VRRP
2019-05-17 Quentin Youngvrrpd: use frr_elevate_privs
2019-05-17 Quentin Youngvrrpd, lib: style fixes
2019-05-17 Quentin Youngdoc: change vrrp to listen on port 2619
2019-05-17 Quentin Youngvrrpd: include vrrp_packet.h in subdir.am
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: tweak startup criteria for v6 VRRP router
2019-05-17 Quentin Youngvrrpd: add asserts for VRRPv2 and IPv6
2019-05-17 Quentin Youngvrrpd: do not start v6 router if using VRRPv2
2019-05-17 Quentin Youngvrrpd: make useless assert useful
2019-05-17 Quentin Youngvrrpd: late bind to Tx address
2019-05-17 Quentin Youngvrrpd: fix v2 master_down_interval computation
2019-05-17 Quentin Youngvrrpd: include auth fields in v2 packet
2019-05-17 Quentin Youngvrrpd: allow centisecond precision for vrrpv2
2019-05-17 Quentin Youngvrrpd: display primary address in json output
2019-05-17 Quentin YoungRevert "Revert "vrrpd: protodown mvlans when shutting...
2019-05-17 Quentin Youngvrrpd: allow OS to choose VRRP IPv6 src address
2019-05-17 Quentin YoungRevert "vrrpd: protodown mvlans when shutting down"
2019-05-17 Quentin Youngvrrpd: protodown mvlans when shutting down
2019-05-17 Quentin Youngvrrpd: clean up logging
2019-05-17 Quentin YoungRevert "vrrpd: use parent interface LLA for advert tx"
2019-05-17 Quentin Youngvrrpd: disallow setting priority = 255
2019-05-17 Quentin Youngvrrpd: fix broken reads when reinitializing
2019-05-17 Quentin Youngvrrpd: fix debug message = -> <=
2019-05-17 Quentin Youngvrrpd: delay sending advert/garp/una for ifup pt 2
2019-05-17 Quentin Youngvrrpd: delay sending adverts/garp/una for iface up
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: fix interface block config writes
2019-05-17 Quentin Youngvrrpd: fix autoconfig of protodown'd interfaces
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: use parent interface LLA for advert tx
2019-05-17 Quentin Youngvrrpd: only update one vrrp_router list at a time
2019-05-17 Quentin Youngvrrpd: set autoconfed VRRP ifaces protodown off
2019-05-17 Quentin Youngvrrpd: fix bad fmt specifiers in dgram validator
2019-05-17 Quentin Youngvrrpd: log why vrouter could not be started
2019-05-17 Quentin Youngvrrpd: be less smart about interface state
2019-05-17 Quentin Youngvrrpd: style cleanup
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: do not transition to backup on ifdown
2019-05-17 Quentin Youngvrrpd: stop session before nulling iface
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: default to accept mode = true
2019-05-17 Quentin Youngvrrpd: add administrative shutdown option
2019-05-17 Quentin Youngvrrpd: don't update interface addrs on ifup
2019-05-17 Quentin Youngvrrpd: use if_is_operative()
2019-05-17 Quentin Youngvrrpd: enable vrrp zebra debugging
2019-05-17 Quentin Youngvrrpd: ignore address deletion if iface is down
2019-05-17 Quentin Youngvrrpd: check for v6 link-local before starting
2019-05-17 Quentin Youngvrrpd: tweak interface tracking on ifdown
2019-05-17 Quentin Youngvrrpd: only bind to link locals for v6 adverts
2019-05-17 Quentin Youngvrrpd: interface tracking
2019-05-17 Quentin Youngvrrpd: better messaging for interface binds
2019-05-17 Quentin Youngvrrpd: skip binding interface after create
2019-05-17 Quentin Youngvrrpd: close sockets on shutdown
2019-05-17 Quentin Youngvrrpd: log addresses for autoconfig
2019-05-17 Quentin Youngvrrpd: fix incorrect index for vrrp event names
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: remove ifindex from hash key computation
2019-05-17 Quentin Youngvrrpd: set DSCP byte on adverts to CS6
2019-05-17 Quentin Youngvrrpd: properly retrieve pkt src address
2019-05-17 Quentin Youngvrrpd: fix bug in v6 autoconfiguration
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: set sockets to -1 after closing
2019-05-17 Quentin Youngvrrpd: fix missing \n in cli
2019-05-17 Quentin Youngvrrpd: autoconfig support, continued
2019-05-17 Quentin Youngvrrpd: allow creation of adverts with no addresses
next