mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 12:39:21 +00:00
Merge pull request #6776 from idryzhov/ospf-vty
ospfd: remove redundant line continuations
This commit is contained in:
commit
b74032388c
@ -1177,9 +1177,9 @@ DEFUN (no_ospf_area_vlink,
|
|||||||
"no area <A.B.C.D|(0-4294967295)> virtual-link A.B.C.D [authentication [<message-digest|null>]] [<message-digest-key (1-255) md5 KEY|authentication-key AUTH_KEY>]",
|
"no area <A.B.C.D|(0-4294967295)> virtual-link A.B.C.D [authentication [<message-digest|null>]] [<message-digest-key (1-255) md5 KEY|authentication-key AUTH_KEY>]",
|
||||||
NO_STR
|
NO_STR
|
||||||
VLINK_HELPSTR_IPADDR
|
VLINK_HELPSTR_IPADDR
|
||||||
"Enable authentication on this virtual link\n" \
|
"Enable authentication on this virtual link\n"
|
||||||
"Use message-digest authentication\n" \
|
"Use message-digest authentication\n"
|
||||||
"Use null authentication\n" \
|
"Use null authentication\n"
|
||||||
VLINK_HELPSTR_AUTH_MD5
|
VLINK_HELPSTR_AUTH_MD5
|
||||||
VLINK_HELPSTR_AUTH_SIMPLE)
|
VLINK_HELPSTR_AUTH_SIMPLE)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user