diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-10 21:42:38 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-10 21:42:38 +0100 |
commit | f6ee81e58268ce1a666f68504f327f49c4402130 (patch) | |
tree | c19a0799fde38e1883937367965c547c56bba970 /docs/_include/interface-disable.txt | |
parent | ab3552884ee1c5560fb37c5deb5e4ee1662f20bc (diff) | |
download | vyos-documentation-f6ee81e58268ce1a666f68504f327f49c4402130.tar.gz vyos-documentation-f6ee81e58268ce1a666f68504f327f49c4402130.zip |
interface: move mac and mtu documentation to common file
Diffstat (limited to 'docs/_include/interface-disable.txt')
-rw-r--r-- | docs/_include/interface-disable.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_include/interface-disable.txt b/docs/_include/interface-disable.txt new file mode 100644 index 00000000..83ef3e53 --- /dev/null +++ b/docs/_include/interface-disable.txt @@ -0,0 +1,10 @@ +.. cfgcmd:: set interfaces {{ var0 }} <interface> disable + + Disable given `<interface>`. It will be placed in administratively down + (``A/D``) state. + + Example: + + .. code-block:: none + + set interfaces {{ var0 }} {{ var1 }} disable
\ No newline at end of file |