softwarecontainer
0.18.0-739e8d7 2017-05-04
|
Public Member Functions | |
bool | parseNetworkGatewayConfiguration (const json_t *element, IPTableEntry &e) |
Parses NetworkGateway configuration into IPTableEntry. More... | |
Definition at line 28 of file networkgatewayparser.h.
bool softwarecontainer::NetworkGatewayParser::parseNetworkGatewayConfiguration | ( | const json_t * | element, |
IPTableEntry & | e | ||
) |
Parses NetworkGateway configuration into IPTableEntry.
element | JSON string containing configuration |
e | rule representing corresponding network rules |
Definition at line 23 of file networkgatewayparser.cpp.
References softwarecontainer::JSONParser::read().
Referenced by softwarecontainer::NetworkGateway::readConfigElement().