|
@@ -29,6 +29,7 @@ static inline size_t br_port_info_size(void)
|
|
+ nla_total_size(1) /* IFLA_BRPORT_MODE */
|
|
+ nla_total_size(1) /* IFLA_BRPORT_MODE */
|
|
+ nla_total_size(1) /* IFLA_BRPORT_GUARD */
|
|
+ nla_total_size(1) /* IFLA_BRPORT_GUARD */
|
|
+ nla_total_size(1) /* IFLA_BRPORT_PROTECT */
|
|
+ nla_total_size(1) /* IFLA_BRPORT_PROTECT */
|
|
|
|
+ + nla_total_size(1) /* IFLA_BRPORT_FAST_LEAVE */
|
|
+ 0;
|
|
+ 0;
|
|
}
|
|
}
|
|
|
|
|