1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Merge commit '7b2c5f3d2826e3175bf31b1c36056c9efc587a2b' into int-new

This commit is contained in:
Ondrej Zajicek (work)
2017-12-07 18:35:46 +01:00
19 changed files with 117 additions and 12 deletions

View File

@@ -50,6 +50,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 */