zebra: add whitespace after "%%" for prompt

Signed-off-by: anlan_cs <vic.lan@pica8.com>
This commit is contained in:
anlan_cs 2022-04-01 03:02:31 -04:00
parent 2e39ebbb09
commit 21311bc8a0

View File

@ -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;
}
}