mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralfms.git
synced 2025-10-29 09:52:20 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -43,7 +43,7 @@ namespace OpenWifi {
|
||||
auto Tokens = Poco::StringTokenizer(Revision,"/", Poco::StringTokenizer::TOK_TRIM);
|
||||
if(Tokens.count()!=2)
|
||||
return false;
|
||||
return (Tokens[1].substr(0,4) == "IP-v");
|
||||
return (Tokens[1].substr(0,5) == "TIP-v");
|
||||
}
|
||||
|
||||
void DumpCache();
|
||||
|
||||
Reference in New Issue
Block a user