From: Igor Putovny Date: Fri, 1 Aug 2025 11:39:01 +0000 (+0200) Subject: Add interface types X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d001453bd8450b9d8750db651457fb1e12944379;p=thirdparty%2Fbird.git Add interface types --- diff --git a/nest/iface.h b/nest/iface.h index 93441b396..1ae37bb70 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -45,6 +45,11 @@ struct iface { struct rta *attrs; }; +enum iface_type { + IFACE_TYPE_VXLAN, + IFACE_TYPE_BRIDGE, +}; + #define IF_UP 1 /* Currently just IF_ADMIN_UP */ #define IF_MULTIACCESS 2 #define IF_BROADCAST 4