find router with specified caps

This commit is contained in:
orignal 2014-03-19 15:58:57 -04:00
parent fb9d351600
commit 59d195c6da
4 changed files with 9 additions and 6 deletions

View file

@ -200,8 +200,10 @@ namespace data
case 'f':
m_Caps |= Caps::eFloodfill;
break;
case 'M':
case 'N':
case 'O':
m_Caps |= Caps::eHighBanwidth;
m_Caps |= Caps::eHighBandwidth;
break;
case 'R':
m_Caps |= Caps::eReachable;