mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 09:47:51 +02:00
Add '6in4' as a synonym for '6to4'
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
99b21fdfc5
commit
a12a4a5a89
@ -253,6 +253,7 @@ sub setup_tunnels() {
|
|||||||
'ipip' => { function => \&setup_one_other, params => [ \@source, \@dest , 4 ] } ,
|
'ipip' => { function => \&setup_one_other, params => [ \@source, \@dest , 4 ] } ,
|
||||||
'gre' => { function => \&setup_one_other, params => [ \@source, \@dest , 47 ] } ,
|
'gre' => { function => \&setup_one_other, params => [ \@source, \@dest , 47 ] } ,
|
||||||
'6to4' => { function => \&setup_one_other, params => [ \@source, \@dest , 41 ] } ,
|
'6to4' => { function => \&setup_one_other, params => [ \@source, \@dest , 41 ] } ,
|
||||||
|
'6in4' => { function => \&setup_one_other, params => [ \@source, \@dest , 41 ] } ,
|
||||||
'pptpclient' => { function => \&setup_pptp_client, params => [ $kind, \@source, \@dest ] } ,
|
'pptpclient' => { function => \&setup_pptp_client, params => [ $kind, \@source, \@dest ] } ,
|
||||||
'pptpserver' => { function => \&setup_pptp_server, params => [ $kind, \@source, \@dest ] } ,
|
'pptpserver' => { function => \&setup_pptp_server, params => [ $kind, \@source, \@dest ] } ,
|
||||||
'openvpn' => { function => \&setup_one_openvpn, params => [ $kind, \@source, \@dest ] } ,
|
'openvpn' => { function => \&setup_one_openvpn, params => [ $kind, \@source, \@dest ] } ,
|
||||||
|
@ -55,7 +55,9 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>Types are as follows:</para>
|
<para>Types are as follows:</para>
|
||||||
|
|
||||||
<programlisting> <emphasis role="bold">6to4</emphasis> - 6to4 or 6in4 tunnel
|
<programlisting> <emphasis role="bold">6to4</emphasis> or <emphasis
|
||||||
|
role="bold">6in4</emphasis> - 6to4 or 6in4 tunnel. The <emphasis
|
||||||
|
role="bold">6in4</emphasis> synonym was added in 4.4.24.
|
||||||
<emphasis role="bold">ipsec</emphasis> - IPv4 IPSEC
|
<emphasis role="bold">ipsec</emphasis> - IPv4 IPSEC
|
||||||
<emphasis role="bold">ipsecnat</emphasis> - IPv4 IPSEC with NAT Traversal (UDP port 4500 encapsulation)
|
<emphasis role="bold">ipsecnat</emphasis> - IPv4 IPSEC with NAT Traversal (UDP port 4500 encapsulation)
|
||||||
<emphasis role="bold">ipip</emphasis> - IPv4 encapsulated in IPv4 (Protocol 4)
|
<emphasis role="bold">ipip</emphasis> - IPv4 encapsulated in IPv4 (Protocol 4)
|
||||||
@ -111,14 +113,6 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term></term>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para></para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">ZONE</emphasis> -
|
<term><emphasis role="bold">ZONE</emphasis> -
|
||||||
<emphasis>zone</emphasis></term>
|
<emphasis>zone</emphasis></term>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user