mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-02 16:38:59 +00:00
ospfd: remove gratuitous non-ascii quotation marks
Signed-off-by: Christian Hopps <chopps@labn.net>
This commit is contained in:
parent
42ac787226
commit
1b8049c79f
@ -286,7 +286,7 @@ DEFPY (ospf_router_id,
|
||||
for (ALL_LIST_ELEMENTS_RO(ospf->areas, node, area))
|
||||
if (area->full_nbrs) {
|
||||
vty_out(vty,
|
||||
"For this router-id change to take effect, use “clear ip ospf process” command\n");
|
||||
"For this router-id change to take effect, use \"clear ip ospf process\" command\n");
|
||||
return CMD_SUCCESS;
|
||||
}
|
||||
|
||||
@ -319,7 +319,7 @@ DEFUN_HIDDEN (ospf_router_id_old,
|
||||
for (ALL_LIST_ELEMENTS_RO(ospf->areas, node, area))
|
||||
if (area->full_nbrs) {
|
||||
vty_out(vty,
|
||||
"For this router-id change to take effect, use “clear ip ospf process” command\n");
|
||||
"For this router-id change to take effect, use \"clear ip ospf process\" command\n");
|
||||
return CMD_SUCCESS;
|
||||
}
|
||||
|
||||
@ -352,7 +352,7 @@ DEFPY (no_ospf_router_id,
|
||||
for (ALL_LIST_ELEMENTS_RO(ospf->areas, node, area))
|
||||
if (area->full_nbrs) {
|
||||
vty_out(vty,
|
||||
"For this router-id change to take effect, use “clear ip ospf process” command\n");
|
||||
"For this router-id change to take effect, use \"clear ip ospf process\" command\n");
|
||||
return CMD_SUCCESS;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user