summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_l2.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_l2.h')
-rw-r--r--zebra/zebra_l2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_l2.h b/zebra/zebra_l2.h
index 0d0c5aaf2..db6cb0e53 100644
--- a/zebra/zebra_l2.h
+++ b/zebra/zebra_l2.h
@@ -37,7 +37,7 @@ struct zebra_l2info_brslave {
/* zebra L2 interface information - bridge interface */
struct zebra_l2info_bridge {
- u_char vlan_aware; /* VLAN-aware bridge? */
+ uint8_t vlan_aware; /* VLAN-aware bridge? */
};
/* zebra L2 interface information - VLAN interface */