Merge pull request #1239 from mazunki/default-gateway

Added support for {gwaddr} as a variable
This commit is contained in:
Alex
2021-09-18 13:47:32 +02:00
committed by GitHub
5 changed files with 17 additions and 4 deletions

View File

@ -67,6 +67,7 @@ class Network : public ALabel {
bool carrier_;
std::string ifname_;
std::string ipaddr_;
std::string gwaddr_;
std::string netmask_;
int cidr_;
int32_t signal_strength_dbm_;