diff options
Diffstat (limited to 'src/starter/interfaces.h')
-rw-r--r-- | src/starter/interfaces.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/starter/interfaces.h b/src/starter/interfaces.h index abe4c8f9c..ff8535f0e 100644 --- a/src/starter/interfaces.h +++ b/src/starter/interfaces.h @@ -23,6 +23,7 @@ typedef struct { bool defined; + bool supported; char iface[IFNAMSIZ]; ip_address addr; ip_address nexthop; |