diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-13 19:42:42 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-14 10:20:03 +0200 | 
| commit | 55f70b671f064c315887ec9dd46382eefdc40b78 (patch) | |
| tree | 0b82e487fc265a03ef83a8b7f87ceb701a3b4c35 /lib/vrf.h | |
| parent | 61b7d449bd022b0455f148ee9187293a62afdfcb (diff) | |
*: remove VTYNL, part 4 of 6
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/vrf.h')
| -rw-r--r-- | lib/vrf.h | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -115,12 +115,12 @@ extern vrf_id_t vrf_name_to_id (const char *);        struct vrf *vrf; \        if (!(vrf = vrf_lookup_by_name(NAME))) \          {                                                           \ -          vty_out (vty, "%% VRF %s not found%s", NAME, VTYNL);\ +          vty_out (vty, "%% VRF %s not found\n", NAME);\            return CMD_WARNING;                                       \          }                                               \        if (vrf->vrf_id == VRF_UNKNOWN) \          { \ -          vty_out (vty, "%% VRF %s not active%s", NAME, VTYNL);\ +          vty_out (vty, "%% VRF %s not active\n", NAME);\            return CMD_WARNING;                                       \          } \        (V) = vrf->vrf_id; \  | 
