added support for the {gwaddr} variable

This commit is contained in:
Rolf Vidar Mazunki Hoksaas
2021-09-09 20:05:18 +02:00
parent 4e256cf3f0
commit 2c380a53ca
4 changed files with 15 additions and 1 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_;