Skip to content

Commit 84bd452

Browse files
committed
docs(linux): Add a note on the command to view all the interfaces
Add a note to document the command for viewing all network interfaces, including those which may not be in UP state by default. Signed-off-by: Chintan Vankar <[email protected]>
1 parent b910911 commit 84bd452

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/_K3-CPSW-common.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. note::
2+
To list all the network interfaces available on the system, use the command ``ifconfig -a`` or ``ip link show``.
3+
14
.. rubric:: Bringing Up interface
25
:name: k3-bringing-up-interfaces
36

0 commit comments

Comments
 (0)