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

Merge remote-tracking branch 'origin/master' into int-new

This commit is contained in:
Ondrej Zajicek (work)
2016-05-12 17:49:12 +02:00
45 changed files with 4187 additions and 89 deletions

View File

@@ -12,6 +12,7 @@
struct rt_dev_config {
struct proto_config c;
list iface_list; /* list of struct iface_patt */
int check_link;
};
struct rt_dev_proto {