From fe986dd7940a316ba2e80e0c730d7ca0f434a7d1 Mon Sep 17 00:00:00 2001 From: ohrensessel Date: Tue, 19 Aug 2014 12:08:53 +0200 Subject: [PATCH] Some fixes --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index c8e5088..84b96c2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -141,7 +141,7 @@ class ff_gw::fastd($mesh_mac, $gw_ipv4, $gw_ipv4_netmask, $gw_ipv6, $gw_ipv6_pre "set iface[. = '${br_if}'][1]/bridge-ports none", "set iface[. = '${br_if}'][1]/address ${gw_ipv6}", "set iface[. = '${br_if}'][1]/netmask ${gw_ipv6_prefixlen}", - "set iface[. = '${br_if}'][1]/post-up /sbin/ip -6 addr add ${gw_pub_ipv6}/${gw_pub_ipv6_prefixlen} dev $IFACE", + "set iface[. = '${br_if}'][1]/post-up '/sbin/ip -6 addr add ${gw_pub_ipv6}/${gw_pub_ipv6_prefixlen} dev \$IFACE'", ], } ->