diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-10 13:06:26 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-10 13:07:12 +0200 |
commit | 2592f746328aba3541c0c20e45a4594e2cf18a7d (patch) | |
tree | f99559e6248c929a6943d99abd3149a60abcab53 /docs/interfaces/pseudo-ethernet.rst | |
parent | ca7bca5a8b65ba415c3154f9ba06a143ba52533b (diff) | |
download | vyos-documentation-2592f746328aba3541c0c20e45a4594e2cf18a7d.tar.gz vyos-documentation-2592f746328aba3541c0c20e45a4594e2cf18a7d.zip |
macvlan: peth: adjust to latest CLI (rename link to source-interface)
Diffstat (limited to 'docs/interfaces/pseudo-ethernet.rst')
-rw-r--r-- | docs/interfaces/pseudo-ethernet.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/interfaces/pseudo-ethernet.rst b/docs/interfaces/pseudo-ethernet.rst index 1cdd5856..bdd06b7e 100644 --- a/docs/interfaces/pseudo-ethernet.rst +++ b/docs/interfaces/pseudo-ethernet.rst @@ -65,7 +65,7 @@ Address Physical Asignment ------------------ -.. cfgcmd:: set interfaces pseudo-ethernet <interface> link <ethX> +.. cfgcmd:: set interfaces pseudo-ethernet <interface> source-interface <ethX> Specifies the physical `<ethX>` Ethernet interface associated with a Pseudo Ethernet `<interface>`. |