diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-04-07 11:19:58 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-04-08 13:15:41 -0400 |
| commit | 79694123fde6ce0ce9a359f8a31817ffa3c7978f (patch) | |
| tree | bc8ce2015b0c45151c580637154f44d70e1b532c /lib/if.c | |
| parent | eaa9cafdce61118d1c0ec9062716cc8113f6ab15 (diff) | |
lib, zebra: Rename ZEBRA_VRF_ACTIVE
ZEBRA_VRF_ACTIVE is a poor name for when a vrf is
actually active. Rename VRF_ACTIVE.
Ticket: CM-10338
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
Reviewed-by: Radhika Mahankali <radhika@cumulusnetworks.com>
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); |
