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 08054832..90421836 100644 --- a/proto/babel/packets.c +++ b/proto/babel/packets.c @@ -1080,6 +1080,7 @@ babel_open_socket(struct babel_iface *ifa) sk->sport = ifa->cf->port; sk->dport = ifa->cf->port; sk->iface = ifa->iface; + sk->vrf = p->p.vrf; sk->rx_hook = babel_rx_hook; sk->tx_hook = babel_tx_hook; |