Commit 088409c7 authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

tunnel.pp: set explicit namespace

parent c8a3c128
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ class ffnw::tunnel inherits ffnw {
  network::inet::loopback::post_up { 'ffnw NAT-IP':
    cmd => "/bin/ip addr add $::{nat_ip} dev \$IFACE",
  }
  network::inet::loopback::post_up { "/bin/ip -4 rule add pref 10 from ${nat_ip} lookup 42": }
  network::inet::loopback::post_up { "/bin/ip -4 rule add pref 10 from $::{nat_ip} lookup 42": }

  ffnw::tunnel::do { 'fra-a':
    remote_public_ip => '89.46.125.8',