summaryrefslogtreecommitdiff
path: root/src/conf_mode
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-09-21 22:33:07 +0200
committerChristian Poessinger <christian@poessinger.com>2021-09-21 22:33:07 +0200
commit260f383221ea1b23e644b0c50f45eeb300e9bc24 (patch)
tree0f6b4082dbc857d5bf9ec460d86bd3ecc5025572 /src/conf_mode
parentb66ab0b02566d2b4eec6ec26db5122269fde89f1 (diff)
downloadvyos-1x-260f383221ea1b23e644b0c50f45eeb300e9bc24.tar.gz
vyos-1x-260f383221ea1b23e644b0c50f45eeb300e9bc24.zip
vrrp: keepalived: T616: drop /etc/default/keepalived
This is a follow-up commit to 65398e5c8 ("vrrp: keepalived: T616: move configuration to volatile /run directory") as it makes no sense to store a static /etc/default/keepalived file marked as "Autogenerated by VyOS" that only enabled the SNMP option to keepalived. Better pass the --snmp switch via the systemd override file and drop all other references/files.
Diffstat (limited to 'src/conf_mode')
-rwxr-xr-xsrc/conf_mode/vrrp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf_mode/vrrp.py b/src/conf_mode/vrrp.py
index cee6a9ba2..55c4cc67a 100755
--- a/src/conf_mode/vrrp.py
+++ b/src/conf_mode/vrrp.py
@@ -231,7 +231,6 @@ def generate(data):
render(VRRP.location['config'], 'vrrp/keepalived.conf.tmpl',
{"groups": vrrp_groups, "sync_groups": sync_groups})
- render(VRRP.location['daemon'], 'vrrp/daemon.tmpl', {})
return None