* Modified ifconfig to show the IEEE80211_MESHRT_FLAGS_DISCOVER flag with a 'D';
Approved by: adrian
This commit is contained in:
parent
47451c661b
commit
35fc27d27e
@ -4020,6 +4020,8 @@ list_mesh(int s)
|
||||
ether_ntoa((const struct ether_addr *)rt->imr_nexthop),
|
||||
rt->imr_nhops, rt->imr_metric, rt->imr_lifetime,
|
||||
rt->imr_lastmseq,
|
||||
(rt->imr_flags & IEEE80211_MESHRT_FLAGS_DISCOVER) ?
|
||||
'D' :
|
||||
(rt->imr_flags & IEEE80211_MESHRT_FLAGS_VALID) ?
|
||||
'V' : '!',
|
||||
(rt->imr_flags & IEEE80211_MESHRT_FLAGS_PROXY) ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user