diff options
Diffstat (limited to 'proto/babel')
-rw-r--r-- | proto/babel/packets.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/babel/packets.c b/proto/babel/packets.c index 4abcf7e4..5b356fae 100644 --- a/proto/babel/packets.c +++ b/proto/babel/packets.c @@ -1332,6 +1332,7 @@ babel_open_socket(struct babel_iface *ifa) sk->dport = ifa->cf->port; sk->iface = ifa->iface; sk->saddr = ifa->addr; + sk->vrf = p->p.vrf; sk->rx_hook = babel_rx_hook; sk->tx_hook = babel_tx_hook; |