mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 10:37:29 +00:00
lib: Add VRF_ALL define
Allow the specification of a VRF_ALL to be used for CLI. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
290c1eb150
commit
ece35fdcb7
@ -34,6 +34,7 @@
|
|||||||
/* The default VRF ID */
|
/* The default VRF ID */
|
||||||
#define VRF_DEFAULT 0
|
#define VRF_DEFAULT 0
|
||||||
#define VRF_UNKNOWN UINT16_MAX
|
#define VRF_UNKNOWN UINT16_MAX
|
||||||
|
#define VRF_ALL UINT16_MAX - 1
|
||||||
|
|
||||||
/* Pending: May need to refine this. */
|
/* Pending: May need to refine this. */
|
||||||
#ifndef IFLA_VRF_MAX
|
#ifndef IFLA_VRF_MAX
|
||||||
|
Loading…
Reference in New Issue
Block a user