diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-02-01 10:55:42 -0800 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-02-01 10:55:42 -0800 |
| commit | 12f6fb97311c58742f305ef240f918aa5d57fa79 (patch) | |
| tree | 47ba71dd454d8c1d7a110845f5a2743428d20d26 /lib/zebra.h | |
| parent | 244a59d22809d9a4a3bc555764e71aa4aff299bf (diff) | |
lib, zebra: The Bulk of the conversion over to NS and VRF
Convert the rest of zebra over to use a Namespae and VRF.
Signed-off-by: Vipin Kumar <vipin@cumulusnetworks.com>
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/zebra.h')
| -rw-r--r-- | lib/zebra.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index 134779a7ea..3d38a4c5cb 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -443,7 +443,9 @@ struct in_pktinfo #define ZEBRA_REDISTRIBUTE_IPV6_ADD 40 #define ZEBRA_REDISTRIBUTE_IPV6_DEL 41 #define ZEBRA_VRF_UNREGISTER 42 -#define ZEBRA_MESSAGE_MAX 43 +#define ZEBRA_VRF_ADD 43 +#define ZEBRA_VRF_DELETE 44 +#define ZEBRA_MESSAGE_MAX 45 /* Marker value used in new Zserv, in the byte location corresponding * the command value in the old zserv header. To allow old and new |
