diff options
author | Maria Matejka <mq@ucw.cz> | 2021-11-15 10:53:58 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-11-22 19:05:44 +0100 |
commit | adf37d8eff8f281871295c402a51ae1dd654851c (patch) | |
tree | 13eae50e7c81c071e4a1cfe3f78dc2e13134e511 /nest/iface.h | |
parent | dc160e11e1a9e4344bbee6fd0bc8aee229d7c540 (diff) |
VRF setting reduced to one argument, using default dummy iface for default vrf
Diffstat (limited to 'nest/iface.h')
-rw-r--r-- | nest/iface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/iface.h b/nest/iface.h index 1189cdd4..13f3bd12 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -28,6 +28,8 @@ struct ifa { /* Interface address */ unsigned flags; /* Analogous to iface->flags */ }; +extern struct iface default_vrf; + struct iface { node n; char name[16]; |