Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Oct 2018 20:35:43 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r339208 - head/sbin/init
Message-ID:  <201810052035.w95KZhdG091792@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio (ports committer)
Date: Fri Oct  5 20:35:43 2018
New Revision: 339208
URL: https://svnweb.freebsd.org/changeset/base/339208

Log:
  Fix information about $firewall_myservices
  
  After r273201 it is supported "/{udp,tcp,proto}" suffix into
  $firewall_myservices, and in the rc.conf the information is outdated.
  
  Reviewed by:	bcr, rgrimes
  Approved by:	re (gjb), doc (bcr), src (rgrimes)
  MFC after:	1 week
  Differential Revision:	https://reviews.freebsd.org/D17338

Modified:
  head/sbin/init/rc.conf

Modified: head/sbin/init/rc.conf
==============================================================================
--- head/sbin/init/rc.conf	Fri Oct  5 20:16:20 2018	(r339207)
+++ head/sbin/init/rc.conf	Fri Oct  5 20:35:43 2018	(r339208)
@@ -163,7 +163,7 @@ firewall_simple_onet="192.0.2.0/28" # Outside network 
 				# firewall.
 #firewall_simple_onet_ipv6="2001:db8:2:0::/56" # Outside IPv6 network prefix
 				# for "simple" firewall.
-firewall_myservices=""		# List of TCP ports on which this host
+firewall_myservices=""		# List of ports/protocols on which this host
 				# offers services for "workstation" firewall.
 firewall_allowservices=""	# List of IPs which have access to
 				# $firewall_myservices for "workstation"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810052035.w95KZhdG091792>