mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 12:52:49 +00:00
zebra: add whitespace after "%%" for prompt
Signed-off-by: anlan_cs <vic.lan@pica8.com>
This commit is contained in:
parent
2e39ebbb09
commit
21311bc8a0
@ -3359,7 +3359,8 @@ DEFPY(zebra_evpn_es_sys_mac,
|
||||
|
||||
ret = zebra_evpn_es_sys_mac_update(zif, &mac->eth_addr);
|
||||
if (ret == -1) {
|
||||
vty_out(vty, "%%ESI already exists on a different interface\n");
|
||||
vty_out(vty,
|
||||
"%% ESI already exists on a different interface\n");
|
||||
return CMD_WARNING;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user