switchdev: add bridge ageing_time attribute
[deliverable/linux.git] / include / net / switchdev.h
index 89266a3e473d674d9e63af4a3fa112925f3bf6aa..61f129bd74b237129fc67d120a794037e3500951 100644 (file)
@@ -43,6 +43,7 @@ enum switchdev_attr_id {
        SWITCHDEV_ATTR_ID_PORT_PARENT_ID,
        SWITCHDEV_ATTR_ID_PORT_STP_STATE,
        SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS,
+       SWITCHDEV_ATTR_ID_BRIDGE_AGEING_TIME,
 };
 
 struct switchdev_attr {
@@ -52,6 +53,7 @@ struct switchdev_attr {
                struct netdev_phys_item_id ppid;        /* PORT_PARENT_ID */
                u8 stp_state;                           /* PORT_STP_STATE */
                unsigned long brport_flags;             /* PORT_BRIDGE_FLAGS */
+               u32 ageing_time;                        /* BRIDGE_AGEING_TIME */
        } u;
 };
 
This page took 0.035092 seconds and 5 git commands to generate.