Index: /branches/releng-11/nanobsd/files/etc/pf.hybrid.conf
===================================================================
--- /branches/releng-11/nanobsd/files/etc/pf.hybrid.conf	(revision 13693)
+++ /branches/releng-11/nanobsd/files/etc/pf.hybrid.conf	(revision 13694)
@@ -32,7 +32,5 @@
 # the public accesspoint in iLeiden setup, aliases on external interface OK.
 ext_if="vr0"
-ext_ip="(vr0:0)"
 inet_if="vr0"
-inet_ip="(vr0:0)"
 captive_portal_interfaces="wlan0"
 publicnat="http,https"
@@ -59,5 +57,5 @@
 
 # Nat the internet for iLeiden functionality allow for alias on vr0 (1)
-nat on $inet_if inet proto tcp from $wl_net to ! $wl_net port { $publicnat } -> ($inet_ip)
+nat on $inet_if inet proto tcp from $wl_net to ! $wl_net port { $publicnat } -> ($inet_if:0)
 
 
