|
@@ -60,7 +60,7 @@ struct switchdev_attr {
|
|
struct netdev_phys_item_id ppid; /* PORT_PARENT_ID */
|
|
struct netdev_phys_item_id ppid; /* PORT_PARENT_ID */
|
|
u8 stp_state; /* PORT_STP_STATE */
|
|
u8 stp_state; /* PORT_STP_STATE */
|
|
unsigned long brport_flags; /* PORT_BRIDGE_FLAGS */
|
|
unsigned long brport_flags; /* PORT_BRIDGE_FLAGS */
|
|
- u32 ageing_time; /* BRIDGE_AGEING_TIME */
|
|
|
|
|
|
+ clock_t ageing_time; /* BRIDGE_AGEING_TIME */
|
|
bool vlan_filtering; /* BRIDGE_VLAN_FILTERING */
|
|
bool vlan_filtering; /* BRIDGE_VLAN_FILTERING */
|
|
} u;
|
|
} u;
|
|
};
|
|
};
|