summaryrefslogtreecommitdiff
path: root/lib/if.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/if.h')
-rw-r--r--lib/if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/if.h b/lib/if.h
index 8126ea9c..e6299060 100644
--- a/lib/if.h
+++ b/lib/if.h
@@ -92,7 +92,7 @@ struct interface
#define ZEBRA_INTERFACE_LINKDETECTION (1 << 2)
/* Interface flags. */
- unsigned long flags;
+ uint64_t flags;
/* Interface metric */
int metric;