diff options
author | Maria Matejka <mq@ucw.cz> | 2022-09-20 09:14:39 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-09-20 09:14:39 +0200 |
commit | 28427a68c32d5684652dd22400a9143722294886 (patch) | |
tree | 874b81f35a54974ca79479e124f12fa04d143592 /nest/iface.h | |
parent | 29712c691d4f2cadb6517e3759bdf5e60b1fb4d9 (diff) | |
parent | adf37d8eff8f281871295c402a51ae1dd654851c (diff) |
Merge commit 'adf37d8e' into thread-next
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]; |