vici: Add support for IPv6 Transport Proxy Mode
This commit is contained in:
@@ -654,11 +654,13 @@ connections.<conn>.children.<child>.hostaccess = yes
|
||||
Hostaccess variable to pass to **updown** script.
|
||||
|
||||
connections.<conn>.children.<child>.mode = tunnel
|
||||
IPsec Mode to establish (_tunnel_, _transport_, _beet_, _pass_ or _drop_).
|
||||
IPsec Mode to establish (_tunnel_, _transport_, _transport_proxy_, _beet_,
|
||||
_pass_ or _drop_).
|
||||
|
||||
IPsec Mode to establish CHILD_SA with. _tunnel_ negotiates the CHILD_SA
|
||||
in IPsec Tunnel Mode, whereas _transport_ uses IPsec Transport Mode. _beet_
|
||||
is the Bound End to End Tunnel mixture mode, working with fixed inner
|
||||
in IPsec Tunnel Mode, whereas _transport_ uses IPsec Transport Mode.
|
||||
_transport_proxy_ signifying the special Mobile IPv6 Transport Proxy Mode.
|
||||
_beet_ is the Bound End to End Tunnel mixture mode, working with fixed inner
|
||||
addresses without the need to include them in each packet.
|
||||
|
||||
Both _transport_ and _beet_ modes are subject to mode negotiation; _tunnel_
|
||||
|
||||
Reference in New Issue
Block a user