summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fastd.h b/src/fastd.h
index 7963505..88bd9a2 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -167,6 +167,7 @@ struct fastd_iface {
char *name; /**< The interface name */
fastd_peer_t *peer; /**< The peer associated with the interface (if any) */
uint16_t mtu; /**< The MTU of the interface */
+ bool cleanup; /**< Determines if the interface should be deleted after use; not used on all platforms */
};