projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5444189
)
cmd: improve description of the cdp command
author
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Mon, 11 Nov 2024 09:50:35 +0000
(10:50 +0100)
committer
Tom Rini
<trini@konsulko.com>
Fri, 22 Nov 2024 21:04:54 +0000
(15:04 -0600)
Users might not know what 'CDP' refers to. Provide basic information.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
cmd/Kconfig
patch
|
blob
|
history
diff --git
a/cmd/Kconfig
b/cmd/Kconfig
index b2d0348fe309a2c829dda1cbc5468c6637c92bb8..1d7ddb4ed3607c102359822a99f5b427da43ec68 100644
(file)
--- a/
cmd/Kconfig
+++ b/
cmd/Kconfig
@@
-2016,7
+2016,9
@@
config CMD_PING6
config CMD_CDP
bool "cdp"
help
- Perform CDP network configuration
+ The cdp command is used to announce the U-Boot device in the network
+ and to retrieve configuration data including the VLAN id using the
+ proprietary Cisco Discovery Protocol (CDP).
config CMD_SNTP
bool "sntp"