|
OpenSDN source code
|
#include <global_vrouter.h>


Public Member Functions | |
| LinkLocalDBState (const VrfEntry *vrf) | |
| void | Add (const IpAddress &address) |
| void | Delete (const IpAddress &address) |
Public Member Functions inherited from DBState | |
| virtual | ~DBState () |
Public Attributes | |
| const VrfEntry * | vrf_ |
| std::set< IpAddress > | addresses_ |
Definition at line 29 of file global_vrouter.h.
|
inline |
Definition at line 34 of file global_vrouter.h.
|
inline |
Definition at line 35 of file global_vrouter.h.
|
inline |
Definition at line 36 of file global_vrouter.h.
| std::set<IpAddress> LinkLocalDBState::addresses_ |
Definition at line 32 of file global_vrouter.h.
| const VrfEntry* LinkLocalDBState::vrf_ |
Definition at line 30 of file global_vrouter.h.