diff options
author | Christian Breunig <christian@breunig.cc> | 2023-01-28 20:51:44 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-01-28 20:51:44 +0100 |
commit | ab9fccdc3a460d731d1a56b576bef537331d8f9b (patch) | |
tree | dfa540a7b4cbfef573cfaf18848d23662ec5b096 /data/templates/high-availability/keepalived.conf.j2 | |
parent | 875bce2e79539b4ec3501fd75317ee2e1858edff (diff) | |
download | vyos-1x-ab9fccdc3a460d731d1a56b576bef537331d8f9b.tar.gz vyos-1x-ab9fccdc3a460d731d1a56b576bef537331d8f9b.zip |
vrrp: T1297: improve gratuitous ARP default value handling and help strings
Diffstat (limited to 'data/templates/high-availability/keepalived.conf.j2')
-rw-r--r-- | data/templates/high-availability/keepalived.conf.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/templates/high-availability/keepalived.conf.j2 b/data/templates/high-availability/keepalived.conf.j2 index 23abb66dc..6ea5f91d0 100644 --- a/data/templates/high-availability/keepalived.conf.j2 +++ b/data/templates/high-availability/keepalived.conf.j2 @@ -2,6 +2,7 @@ # Do not edit this file, all your changes will be lost # on next commit or reboot +# Global definitions configuration block global_defs { dynamic_interfaces script_user root |