From 364d5823eac85178361bad188d89949b7e0d321c Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Sun, 18 Mar 2018 02:56:51 +0100 Subject: Nest: SADR support for Direct --- nest/rt-dev.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nest/rt-dev.h') diff --git a/nest/rt-dev.h b/nest/rt-dev.h index 20b88a64..5d91242a 100644 --- a/nest/rt-dev.h +++ b/nest/rt-dev.h @@ -13,6 +13,9 @@ struct rt_dev_config { struct proto_config c; list iface_list; /* list of struct iface_patt */ int check_link; + + struct channel_config *ip4_channel; + struct channel_config *ip6_channel; }; struct rt_dev_proto { -- cgit v1.2.3