--- embedaddon/bird/lib/socket.h 2017/08/22 12:33:54 1.1.1.1 +++ embedaddon/bird/lib/socket.h 2021/03/17 19:50:23 1.1.1.2 @@ -26,6 +26,7 @@ typedef struct birdsock { int ttl; /* Time To Live, -1 = default */ u32 flags; struct iface *iface; /* Interface; specify this for broad/multicast sockets */ + struct iface *vrf; /* Related VRF instance, NULL if global */ byte *rbuf, *rpos; /* NULL=allocate automatically */ uint fast_rx; /* RX has higher priority in event loop */