summaryrefslogtreecommitdiff
path: root/nest/iface.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2021-11-15 10:53:58 +0100
committerMaria Matejka <mq@ucw.cz>2023-01-25 13:33:31 +0100
commit4334f86251429eb39bfe81ff19496d141fccef84 (patch)
tree2dce6e1833748b9b165ece7776afbcbb3fc7ddc3 /nest/iface.h
parent72230d3ca37d34cafa0442c23f83121ae1fc41be (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.h2
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];