Index: /branches/releng-9.0/nanobsd/files/etc/pf.hybrid.conf
===================================================================
--- /branches/releng-9.0/nanobsd/files/etc/pf.hybrid.conf	(revision 10841)
+++ /branches/releng-9.0/nanobsd/files/etc/pf.hybrid.conf	(revision 10842)
@@ -36,5 +36,5 @@
 # Global standards. NOT to be edited.
 wl_net="172.16.0.0/12"
-private="{ 10.0.0.0/8, 172.16.0.0/12 192.168.0.0/16 }"
+private="{ 10.0.0.0/8, 192.168.0.0/16 }"
 ileiden_ports="http,https"
 
@@ -83,4 +83,8 @@
 block on $ext_if
 
+# Allow internal WL traffic on alias $ext_if interfaces (5)
+pass in quick on $ext_if from $wl_net to $wl_net
+pass out quick on $ext_if from $wl_net to $wl_net
+
 # Expose some local services (4)
 pass in on $ext_if inet proto tcp from any to $ext_if port { $allow_ext_in_tcp } keep state
