diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-13 19:12:39 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-14 10:20:02 +0200 |
| commit | 26a429fe8e49c67a375886a99a3687417379d19e (patch) | |
| tree | c244b1a42b7eb8a402fff1a80b165a618cf7b19f /ospf6d/ospf6_area.c | |
| parent | 6d3c2ed4edb863d108239132b3e01daf07024f65 (diff) | |
*: remove VTYNL, part 2 of 6
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6_area.c')
| -rw-r--r-- | ospf6d/ospf6_area.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ospf6d/ospf6_area.c b/ospf6d/ospf6_area.c index c1222a2c2e..7ee5c9b6e4 100644 --- a/ospf6d/ospf6_area.c +++ b/ospf6d/ospf6_area.c @@ -389,7 +389,7 @@ ospf6_area_show (struct vty *vty, struct ospf6_area *oa) vty_out (vty, " Interface attached to this area:"); for (ALL_LIST_ELEMENTS_RO (oa->if_list, i, oi)) vty_out (vty, " %s", oi->interface->name); - vty_out (vty, "%s", VTYNL); + vty_out (vty, "\n"); if (oa->ts_spf.tv_sec || oa->ts_spf.tv_usec) { @@ -583,7 +583,7 @@ ospf6_area_config_write (struct vty *vty) if (range->path.u.cost_config != OSPF_AREA_RANGE_COST_UNSPEC) vty_out (vty, " cost %d", range->path.u.cost_config); } - vty_out (vty, "%s", VTYNL); + vty_out (vty, "\n"); } if (IS_AREA_STUB (oa)) |
