diff options
author | Ondrej Filip <feela@network.cz> | 2018-03-22 13:25:58 +0100 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2018-03-22 13:25:58 +0100 |
commit | 966602602a0f24942bee3ab0492bbb9197e71aa1 (patch) | |
tree | d0c284bf4a9d6038e938583606b23b02d437b7d1 /nest/rt-dev.h | |
parent | 44062812600bd29f8edf30ebc871ff218069c5a2 (diff) | |
parent | 4841804fffd8bf669b2445ec3328b6a49eed31f9 (diff) |
Merge branch 'int-new' of ssh://gitlab.labs.nic.cz/labs/bird into int-new
Diffstat (limited to 'nest/rt-dev.h')
-rw-r--r-- | nest/rt-dev.h | 3 |
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 { |