mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-17 19:05:44 +00:00
eigrpd: remove last vty_outln
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
d62a17aede
commit
2b2f79ae69
@ -78,8 +78,8 @@ static int config_write_network(struct vty *vty, struct eigrp *eigrp)
|
|||||||
if (i != zclient->redist_default
|
if (i != zclient->redist_default
|
||||||
&& vrf_bitmap_check(zclient->redist[AFI_IP][i],
|
&& vrf_bitmap_check(zclient->redist[AFI_IP][i],
|
||||||
VRF_DEFAULT))
|
VRF_DEFAULT))
|
||||||
vty_outln(vty, " redistribute %s",
|
vty_out(vty, " redistribute %s\n",
|
||||||
zebra_route_string(i));
|
zebra_route_string(i));
|
||||||
|
|
||||||
/*Separate EIGRP configuration from the rest of the config*/
|
/*Separate EIGRP configuration from the rest of the config*/
|
||||||
vty_out(vty, "!\n");
|
vty_out(vty, "!\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user