svn commit: r49796 - head/en_US.ISO8859-1/books/handbook/firewalls

Maxim Konovalov <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: maxim
Date: Wed Jan  4 18:42:26 2017
New Revision: 49796
URL: https://svnweb.freebsd.org/changeset/doc/49796

Log:
  o A rule for the time service in the ipfw example was replaced by NTP
  in r49600.  The "setup" keyword removed now as it is TCP specific.
  
  Approved by:	wblock

Modified:
  head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml	Wed Jan  4 17:41:17 2017	(r49795)
+++ head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml	Wed Jan  4 18:42:26 2017	(r49796)
@@ -2064,7 +2064,7 @@ pif="dc0"     # interface name of NIC at
 &dollar;cmd 00250 allow icmp from any to any out via &dollar;pif keep-state
 
 # Allow outbound NTP
-&dollar;cmd 00260 allow udp from any to any 123 out via &dollar;pif setup keep-state
+&dollar;cmd 00260 allow udp from any to any 123 out via &dollar;pif keep-state
 
 # Allow outbound SSH
 &dollar;cmd 00280 allow tcp from any to any 22 out via &dollar;pif setup keep-state
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.