summaryrefslogtreecommitdiff
path: root/docs/configuration/interfaces/pppoe.rst
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2022-10-14 20:24:21 +0200
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2022-10-14 20:24:21 +0200
commit73e8670fc4d13b05d783ab25ff5707c4e8de922a (patch)
tree0d3e9debd45c8793d4a1025d09d7e88591884922 /docs/configuration/interfaces/pppoe.rst
parent655607eecc1b92fd312e60edb6aa8b1569261a82 (diff)
downloadvyos-documentation-73e8670fc4d13b05d783ab25ff5707c4e8de922a.tar.gz
vyos-documentation-73e8670fc4d13b05d783ab25ff5707c4e8de922a.zip
firewall: T2199: Updates to migrated firewall interface nodes
Diffstat (limited to 'docs/configuration/interfaces/pppoe.rst')
-rw-r--r--docs/configuration/interfaces/pppoe.rst6
1 files changed, 3 insertions, 3 deletions
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
============