diff options
Diffstat (limited to 'lib/if.c')
| -rw-r--r-- | lib/if.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -874,7 +874,7 @@ DEFUN_NOSH (no_vrf, return CMD_WARNING; } - if (CHECK_FLAG (vrfp->status, ZEBRA_VRF_ACTIVE)) + if (CHECK_FLAG (vrfp->status, VRF_ACTIVE)) { vty_out (vty, "%% Only inactive VRFs can be deleted%s", VTY_NEWLINE); |
