In usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.h, use the correct
enumeration types for the mesh_peering and mesh_forwarding members of struct wlan_iface, to fix enum conversion warnings. MFC after: 1 week
This commit is contained in:
parent
14fa6dc403
commit
1605515d77
@ -175,8 +175,8 @@ struct wlan_iface {
|
||||
struct wlan_maclist mac_maclist;
|
||||
|
||||
uint32_t mesh_ttl;
|
||||
enum TruthValue mesh_peering;
|
||||
enum TruthValue mesh_forwarding;
|
||||
enum wlanMeshPeeringEnabled mesh_peering;
|
||||
enum wlanMeshForwardingEnabled mesh_forwarding;
|
||||
enum wlanMeshMetric mesh_metric;
|
||||
enum wlanMeshPath mesh_path;
|
||||
enum wlanHWMPRootMode hwmp_root_mode;
|
||||
|
Loading…
Reference in New Issue
Block a user