1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Nest: SADR support for Direct

This commit is contained in:
Ondrej Zajicek (work)
2018-03-18 02:56:51 +01:00
parent 159d619caf
commit 364d5823ea
2 changed files with 36 additions and 8 deletions

View File

@@ -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 {