From 0c108d0926029386ab7bfba74583212ad10a53fa Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 22 Mar 2026 21:17:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20frr.template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frr.template | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 frr.template diff --git a/frr.template b/frr.template new file mode 100644 index 0000000..456e5dc --- /dev/null +++ b/frr.template @@ -0,0 +1,7 @@ +frr version 8.1 +frr defaults traditional +hostname {{ inventory_hostname }} +log syslog informational +ip forwarding +no ipv6 forwarding +service integrated-vtysh-config \ No newline at end of file