mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 22:22:16 +00:00
Fix help. "ipv6 ..." commands are for IPv6.
This commit is contained in:
parent
00b0bbcd5c
commit
e23949c0e7
@ -1275,7 +1275,7 @@ ipv6_address_uninstall (struct vty *vty, struct interface *ifp, char *addr_str,
|
|||||||
DEFUN (ipv6_address,
|
DEFUN (ipv6_address,
|
||||||
ipv6_address_cmd,
|
ipv6_address_cmd,
|
||||||
"ipv6 address X:X::X:X/M",
|
"ipv6 address X:X::X:X/M",
|
||||||
"Interface Internet Protocol config commands\n"
|
"Interface IPv6 config commands\n"
|
||||||
"Set the IP address of an interface\n"
|
"Set the IP address of an interface\n"
|
||||||
"IPv6 address (e.g. 3ffe:506::1/48)\n")
|
"IPv6 address (e.g. 3ffe:506::1/48)\n")
|
||||||
{
|
{
|
||||||
@ -1286,7 +1286,7 @@ DEFUN (no_ipv6_address,
|
|||||||
no_ipv6_address_cmd,
|
no_ipv6_address_cmd,
|
||||||
"no ipv6 address X:X::X:X/M",
|
"no ipv6 address X:X::X:X/M",
|
||||||
NO_STR
|
NO_STR
|
||||||
"Interface Internet Protocol config commands\n"
|
"Interface IPv6 config commands\n"
|
||||||
"Set the IP address of an interface\n"
|
"Set the IP address of an interface\n"
|
||||||
"IPv6 address (e.g. 3ffe:506::1/48)\n")
|
"IPv6 address (e.g. 3ffe:506::1/48)\n")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user