Consolidate FRR+Bird+VPP into /config for bind-mounting; Move to multitool for the linux client, it has SSH

This commit is contained in:
2026-04-01 22:39:08 +02:00
parent ad72dae812
commit 039d09d358
9 changed files with 32 additions and 15 deletions

View File

@@ -1,2 +1,12 @@
exec /etc/vpp/clab.vpp
exec /etc/vpp/vppcfg.vpp
mpls table add 0
set ip neighbor-config ip4 age 900
set ip neighbor-config ip6 age 900
lcp lcp-auto-subint off
lcp lcp-sync on
lcp lcp-sync-unnumbered on
lcp param del-static-on-link-down on
lcp param del-dynamic-on-link-down on
exec /etc/vpp/config/manual-pre.vpp
exec /etc/vpp/config/clab.vpp
exec /etc/vpp/config/vppcfg.vpp
exec /etc/vpp/config/manual-post.vpp