summaryrefslogtreecommitdiff
path: root/nest/rt-dev.h
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2018-03-18 02:56:51 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2018-03-18 02:56:51 +0100
commit364d5823eac85178361bad188d89949b7e0d321c (patch)
treebfedb934594efd4ae8f38cdfac5249e0cb74b041 /nest/rt-dev.h
parent159d619caf2311b62dc0d876f22c42b5d23e86c0 (diff)
Nest: SADR support for Direct
Diffstat (limited to 'nest/rt-dev.h')
-rw-r--r--nest/rt-dev.h3
1 files changed, 3 insertions, 0 deletions
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 {