Mark a mesh path to a mesh gate with a 'G'.
Approved by: adrian (mentor)
This commit is contained in:
parent
c81ceff7c7
commit
8904a305ae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246505
@ -4025,7 +4025,9 @@ list_mesh(int s)
|
|||||||
(rt->imr_flags & IEEE80211_MESHRT_FLAGS_VALID) ?
|
(rt->imr_flags & IEEE80211_MESHRT_FLAGS_VALID) ?
|
||||||
'V' : '!',
|
'V' : '!',
|
||||||
(rt->imr_flags & IEEE80211_MESHRT_FLAGS_PROXY) ?
|
(rt->imr_flags & IEEE80211_MESHRT_FLAGS_PROXY) ?
|
||||||
'P' : ' ');
|
'P' :
|
||||||
|
(rt->imr_flags & IEEE80211_MESHRT_FLAGS_GATE) ?
|
||||||
|
'G' :' ');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user