blob: a9c0e85f725112aa2a5cf426dfa7e41ee45381e7 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | .. cfgcmd:: set interfaces {{ var0 }} {{ var2 }} {{ var3 }} <interface> disable-link-detect
  Use this command to direct an interface to not detect any physical state
  changes on a link, for example, when the cable is unplugged.
  Default is to detects physical link state changes.
   Example:
   .. code-block:: none
     set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} disable-link-detect
 |