diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2017-07-05 17:17:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-05 17:17:04 -0400 |
| commit | ca03eeeec736120e47fdc63bcb2ef1ad55be40b1 (patch) | |
| tree | b7fb7b33d82d0b32e1418c05e10b0c7ba252afa1 | |
| parent | c6200b54679f7e65d4a1036cece3d6cb08ccb9c5 (diff) | |
| parent | a7a13e4ac42f0d31d3d200cb8f354e5a6c811786 (diff) | |
Merge pull request #780 from dwalton76/bgpd-address-family-vty-out
bgpd: "address-family" not displayed in configuration
| -rw-r--r-- | bgpd/bgpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgpd.c b/bgpd/bgpd.c index 65b53be653..9dd0374c9d 100644 --- a/bgpd/bgpd.c +++ b/bgpd/bgpd.c @@ -7254,7 +7254,7 @@ bgp_config_write_family_header (struct vty *vty, afi_t afi, safi_t safi, if (*write) return; - vty_outln (vty, " !%s address-family ", VTYNL); + vty_out (vty, " !%s address-family ", VTYNL); if (afi == AFI_IP) { |
