diff options
Diffstat (limited to 'docs/configuration/interfaces')
| -rw-r--r-- | docs/configuration/interfaces/openvpn.rst | 2 | ||||
| -rw-r--r-- | docs/configuration/interfaces/pppoe.rst | 6 | ||||
| -rw-r--r-- | docs/configuration/interfaces/tunnel.rst | 2 | 
3 files changed, 5 insertions, 5 deletions
| diff --git a/docs/configuration/interfaces/openvpn.rst b/docs/configuration/interfaces/openvpn.rst index ff32d869..5850591c 100644 --- a/docs/configuration/interfaces/openvpn.rst +++ b/docs/configuration/interfaces/openvpn.rst @@ -177,7 +177,7 @@ WAN interface and a direction (local).  .. code-block:: none -    set interfaces ethernet eth0 firewall local name 'OUTSIDE-LOCAL' +    set firewall interface eth0 local name 'OUTSIDE-LOCAL'  Static Routing: diff --git a/docs/configuration/interfaces/pppoe.rst b/docs/configuration/interfaces/pppoe.rst index dbf92caf..4f3926b2 100644 --- a/docs/configuration/interfaces/pppoe.rst +++ b/docs/configuration/interfaces/pppoe.rst @@ -335,9 +335,9 @@ assigning it to the pppoe0 itself as shown here:  .. code-block:: none -  set interfaces pppoe pppoe0 firewall in name NET-IN -  set interfaces pppoe pppoe0 firewall local name NET-LOCAL -  set interfaces pppoe pppoe0 firewall out name NET-OUT +  set firewall interface pppoe0 in name NET-IN +  set firewall interface pppoe0 local name NET-LOCAL +  set firewall interface pppoe0 out name NET-OUT  VLAN Example  ============ diff --git a/docs/configuration/interfaces/tunnel.rst b/docs/configuration/interfaces/tunnel.rst index 6a5fb171..eac74d91 100644 --- a/docs/configuration/interfaces/tunnel.rst +++ b/docs/configuration/interfaces/tunnel.rst @@ -18,7 +18,7 @@ a closer look at the protocols and options currently supported by VyOS.  Common interface configuration  ------------------------------ -.. cmdinclude:: /_include/interface-common-without-dhcp.txt +.. cmdinclude:: /_include/interface-common-without-dhcp1.txt     :var0: tunnel     :var1: tun0 | 
