mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-23 06:38:53 +01:00
Add Modules manpage to .spec
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6837 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
7ac8657c23
commit
8118b8475a
@ -3,7 +3,7 @@
|
||||
#
|
||||
# /usr/share/shorewall/macro.GRE
|
||||
#
|
||||
# This macro handles Generic Routing Encapsulation traffic (RFC 1701)
|
||||
# This macro (bi-directional) handles Generic Routing Encapsulation traffic (RFC 1701)
|
||||
#
|
||||
###############################################################################
|
||||
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
# /usr/share/shorewall/macro.IPIP
|
||||
#
|
||||
# This macro handles IPIP capsulation traffic
|
||||
# This macro (bidirectional) handles IPIP capsulation traffic
|
||||
#
|
||||
###############################################################################
|
||||
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
# /usr/share/shorewall/macro.IPsec
|
||||
#
|
||||
# This macro handles IPsec traffic
|
||||
# This macro (bidirectional) handles IPsec traffic
|
||||
#
|
||||
###############################################################################
|
||||
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
# /usr/share/shorewall/macro.IPsecah
|
||||
#
|
||||
# This macro handles IPsec authentication (AH) traffic.
|
||||
# This macro (bidirectional) handles IPsec authentication (AH) traffic.
|
||||
# This is insecure. You should use ESP with encryption for security.
|
||||
#
|
||||
###############################################################################
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
# /usr/share/shorewall/macro.IPsecnat
|
||||
#
|
||||
# This macro handles IPsec traffic and Nat-Traversal
|
||||
# This macro (bidirectional) handles IPsec traffic and Nat-Traversal
|
||||
#
|
||||
###############################################################################
|
||||
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
# /usr/share/shorewall/macro.L2TP
|
||||
#
|
||||
# This macro handles Layer 2 Tunneling Protocol traffic (RFC 2661)
|
||||
# This macro (bidirectional) handles Layer 2 Tunneling Protocol traffic (RFC 2661)
|
||||
#
|
||||
###############################################################################
|
||||
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
# /usr/share/shorewall/macro.SMBBI
|
||||
#
|
||||
# This macro handles Microsoft SMB traffic.
|
||||
# This macro (bidirectional) handles Microsoft SMB traffic.
|
||||
#
|
||||
# Beware! This macro opens a lot of ports, and could possibly be used
|
||||
# to compromise your firewall if not used with care. You should only
|
||||
|
@ -238,6 +238,7 @@ fi
|
||||
%attr(0644,root,root) %{_mandir}/man5/shorewall-interfaces.5.gz
|
||||
%attr(0644,root,root) %{_mandir}/man5/shorewall-maclist.5.gz
|
||||
%attr(0644,root,root) %{_mandir}/man5/shorewall-masq.5.gz
|
||||
%attr(0644,root,root) %{_mandir}/man5/shorewall-modules.5.gz
|
||||
%attr(0644,root,root) %{_mandir}/man5/shorewall-nat.5.gz
|
||||
%attr(0644,root,root) %{_mandir}/man5/shorewall-nesting.5.gz
|
||||
%attr(0644,root,root) %{_mandir}/man5/shorewall-netmap.5.gz
|
||||
|
Loading…
Reference in New Issue
Block a user