mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
operation: fix linter errors
This commit is contained in:
parent
a370e97c1b
commit
4fd8e9cdf9
@ -53,5 +53,6 @@ These options disable some boot steps. Make sure you understand the
|
|||||||
Do not perform config migration.
|
Do not perform config migration.
|
||||||
|
|
||||||
no-vyos-firewall
|
no-vyos-firewall
|
||||||
Do not initialize default firewall chains, renders any firewall configuration unusable.
|
Do not initialize default firewall chains, renders any firewall
|
||||||
|
configuration unusable.
|
||||||
|
|
||||||
|
|||||||
@ -19,15 +19,15 @@ USB
|
|||||||
In the past serial interface have been defined as ttySx and ttyUSBx where x was
|
In the past serial interface have been defined as ttySx and ttyUSBx where x was
|
||||||
an instance number of the serial interface. It was discovered that from system
|
an instance number of the serial interface. It was discovered that from system
|
||||||
boot to system boot the mapping of USB based serial interfaces will differ,
|
boot to system boot the mapping of USB based serial interfaces will differ,
|
||||||
depending which driver was loaded first by the operating system. This will become
|
depending which driver was loaded first by the operating system. This will
|
||||||
rather painful if you not only have serial interfaces for a console server
|
become rather painful if you not only have serial interfaces for a console
|
||||||
connected but in addition also a serial backed :ref:`wwan-interface`.
|
server connected but in addition also a serial backed :ref:`wwan-interface`.
|
||||||
|
|
||||||
To overcome this issue and the fact that in almost 50% of all cheap USB to serial
|
To overcome this issue and the fact that in almost 50% of all cheap USB to
|
||||||
converters there is no serial number programmed, the USB to serial interface is
|
serial converters there is no serial number programmed, the USB to serial
|
||||||
now directly identified by the USB root bridge and bus it connects to. This
|
interface is now directly identified by the USB root bridge and bus it connects
|
||||||
somehow mimics the new network interface definitions we see in recend Linux
|
to. This somehow mimics the new network interface definitions we see in recend
|
||||||
distributions.
|
Linux distributions.
|
||||||
|
|
||||||
For additional details you can refer to https://phabricator.vyos.net/T2490.
|
For additional details you can refer to https://phabricator.vyos.net/T2490.
|
||||||
|
|
||||||
@ -69,9 +69,9 @@ For additional details you can refer to https://phabricator.vyos.net/T2490.
|
|||||||
|
|
||||||
.. opcmd:: show hardware usb serial
|
.. opcmd:: show hardware usb serial
|
||||||
|
|
||||||
Retrieve a list and description of all connected USB serial devices. The device name
|
Retrieve a list and description of all connected USB serial devices. The
|
||||||
displayed, e.g. `usb0b2.4p1.0` can be directly used when accessing the serial console
|
device name displayed, e.g. `usb0b2.4p1.0` can be directly used when accessing
|
||||||
as console-server device.
|
the serial console as console-server device.
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
@ -94,4 +94,3 @@ For additional details you can refer to https://phabricator.vyos.net/T2490.
|
|||||||
usb0b2.4p1.1 Quad_RS232-HS Future Technology Devices International, Ltd
|
usb0b2.4p1.1 Quad_RS232-HS Future Technology Devices International, Ltd
|
||||||
usb0b2.4p1.2 Quad_RS232-HS Future Technology Devices International, Ltd
|
usb0b2.4p1.2 Quad_RS232-HS Future Technology Devices International, Ltd
|
||||||
usb0b2.4p1.3 Quad_RS232-HS Future Technology Devices International, Ltd
|
usb0b2.4p1.3 Quad_RS232-HS Future Technology Devices International, Ltd
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user