Moving to OW namespace

This commit is contained in:
stephb9959
2021-08-31 14:09:37 -07:00
committed by oblom0v
parent fca5b5f7e1
commit dbf0d0ecbe
3 changed files with 5 additions and 5 deletions

2
build
View File

@@ -1 +1 @@
3
5

View File

@@ -33,9 +33,9 @@
namespace OpenWifi {
static const std::string uSERVICE_SECURITY{"ucentralsec"};
static const std::string uSERVICE_GATEWAY{"ucentralgw"};
static const std::string uSERVICE_FIRMWARE{ "ucentralfms"};
static const std::string uSERVICE_SECURITY{"owsec"};
static const std::string uSERVICE_GATEWAY{"owgw"};
static const std::string uSERVICE_FIRMWARE{ "owfms"};
static const std::string uSERVICE_TOPOLOGY{ "owtopo"};
static const std::string uSERVICE_PROVISIONING{ "owprov"};
static const std::string uSERVICE_OWLS{ "owls"};

View File

@@ -93,7 +93,7 @@ setfms() {
path="$(echo $url | grep / | cut -d/ -f2-)"
if [[ ${url} != "null" ]]
then
if [[ ${svctype} == "ucentralfms" ]]
if [[ ${svctype} == "owfms" ]]
then
# echo "url: $url"
# echo " proto: $proto"