From 33a44e31648e6f59bf401f0135177fb9a1b40bc8 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 2 Feb 2026 08:29:55 -0700 Subject: [PATCH] change keepalived non vrouter id --- lxc1/p0-infrastructure/keepalived/keepalived_header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc1/p0-infrastructure/keepalived/keepalived_header.tpl b/lxc1/p0-infrastructure/keepalived/keepalived_header.tpl index 4a9617f..363005a 100644 --- a/lxc1/p0-infrastructure/keepalived/keepalived_header.tpl +++ b/lxc1/p0-infrastructure/keepalived/keepalived_header.tpl @@ -1,5 +1,5 @@ global_defs { - router_id {{LXC_NUM}}{{SLOT_NUM}} + router_id {{LXC_NUM}}0 script_user root enable_script_security } \ No newline at end of file