Index: branches/releng-11/nanobsd/files/etc/pf.hybrid.conf
===================================================================
--- branches/releng-11/nanobsd/files/etc/pf.hybrid.conf	(revision 13723)
+++ branches/releng-11/nanobsd/files/etc/pf.hybrid.conf	(revision 13724)
@@ -18,5 +18,4 @@
 # Standard port allow listings for external services
 allow_ext_in_tcp="1022"
-allow_ext_in_udp=""
 
 allow_ext_out_tcp = "domain, http, https"
@@ -87,5 +86,4 @@
 # Expose some local services for the external world (WWW) network (4)
 pass in on $ext_if inet proto tcp from any to $ext_if port { $allow_ext_in_tcp } keep state
-pass in on $ext_if inet proto udp from any to $ext_if port { $allow_ext_in_udp } keep state
 pass in on $ext_if inet proto icmp from any to $ext_if icmp-type { echoreq }
 
