diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-13 19:20:20 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-14 10:20:03 +0200 |
| commit | 61b7d449bd022b0455f148ee9187293a62afdfcb (patch) | |
| tree | 5be2ae085b0013641bbdcee48f5b524465199b3a /pimd/pim_cmd.c | |
| parent | 26a429fe8e49c67a375886a99a3687417379d19e (diff) | |
*: remove VTYNL, part 3 of 6
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_cmd.c')
| -rw-r--r-- | pimd/pim_cmd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c index a69e617b44..4bc367e408 100644 --- a/pimd/pim_cmd.c +++ b/pimd/pim_cmd.c @@ -1572,8 +1572,7 @@ pim_show_state(struct vty *vty, const char *src_or_group, const char *group, u_c json = json_object_new_object(); } else { vty_out(vty, "Codes: J -> Pim Join, I -> IGMP Report, S -> Source, * -> Inherited from (*,G)"); - vty_out (vty, "%sInstalled Source Group IIF OIL\n", - VTYNL); + vty_out (vty, "\nInstalled Source Group IIF OIL\n"); } for (ALL_LIST_ELEMENTS_RO(pim_channel_oil_list, node, c_oil)) { |
