diff options
author | Tuetuopay <tuetuopay@me.com> | 2019-03-27 02:16:27 +0100 |
---|---|---|
committer | Tuetuopay <tuetuopay@me.com> | 2019-03-27 02:16:27 +0100 |
commit | 0fb2ad05d9e11a211915208e3fa648c8e170e31e (patch) | |
tree | be11673f4ca34ef658cf1e66814aa3d7d526c485 /zebra/zebra_vxlan.h | |
parent | zebra: Change checks for EVPN VRF to a macro (diff) | |
download | frr-0fb2ad05d9e11a211915208e3fa648c8e170e31e.tar.xz frr-0fb2ad05d9e11a211915208e3fa648c8e170e31e.zip |
zebra: Move the EVPN VRF pointer to zebra_router
It had no logical reason to be in the default VRF. This moves it to the
zebra_router, which is better suited to store global references.
Signed-off-by: Tuetuopay <tuetuopay@me.com>
Sponsored-by: Scaleway
Diffstat (limited to 'zebra/zebra_vxlan.h')
-rw-r--r-- | zebra/zebra_vxlan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_vxlan.h b/zebra/zebra_vxlan.h index 46165cf4d..409f1c3f7 100644 --- a/zebra/zebra_vxlan.h +++ b/zebra/zebra_vxlan.h @@ -25,6 +25,7 @@ #define _ZEBRA_VXLAN_H #include <zebra.h> +#include <zebra/zebra_router.h> #include "linklist.h" #include "if.h" |