OpenSDN source code
|
#include <gmp_proto.h>
Public Member Functions | |
GmpIntf (const GmpProto *) | |
~GmpIntf () | |
void | SetGif (gmp_intf *gif) |
gmp_intf * | GetGif () |
const IpAddress | get_ip_address () |
bool | set_ip_address (const IpAddress &ip_addr) |
const string & | get_vrf_name () |
bool | set_vrf_name (const std::string &vrf_name) |
bool | set_gmp_querying (bool querying) |
Private Attributes | |
const GmpProto * | gmp_proto_ |
string | vrf_name_ |
IpAddress | ip_addr_ |
gmp_intf * | gif_ |
bool | querying_ |
Definition at line 91 of file gmp_proto.h.
GmpIntf::GmpIntf | ( | const GmpProto * | gmp_proto | ) |
Definition at line 30 of file gmp_proto.cc.
|
inline |
Definition at line 94 of file gmp_proto.h.
|
inline |
Definition at line 98 of file gmp_proto.h.
|
inline |
Definition at line 100 of file gmp_proto.h.
|
inline |
Definition at line 97 of file gmp_proto.h.
bool GmpIntf::set_gmp_querying | ( | bool | querying | ) |
bool GmpIntf::set_ip_address | ( | const IpAddress & | ip_addr | ) |
bool GmpIntf::set_vrf_name | ( | const std::string & | vrf_name | ) |
Definition at line 58 of file gmp_proto.cc.
|
inline |
Definition at line 96 of file gmp_proto.h.
|
private |
Definition at line 108 of file gmp_proto.h.
|
private |
Definition at line 105 of file gmp_proto.h.
|
private |
Definition at line 107 of file gmp_proto.h.
|
private |
Definition at line 109 of file gmp_proto.h.
|
private |
Definition at line 106 of file gmp_proto.h.