|
OpenSDN source code
|
#include <mac_ip_learning_key.h>
Public Member Functions | |
| MacIpLearningKey (uint32_t vrf_id, const IpAddress ip) | |
| bool | IsLess (const MacIpLearningKey &rhs) const |
Public Attributes | |
| const uint32_t | vrf_id_ |
| const IpAddress | ip_addr_ |
Definition at line 8 of file mac_ip_learning_key.h.
|
inline |
Definition at line 9 of file mac_ip_learning_key.h.
|
inline |
Definition at line 14 of file mac_ip_learning_key.h.
| const IpAddress MacIpLearningKey::ip_addr_ |
Definition at line 12 of file mac_ip_learning_key.h.
| const uint32_t MacIpLearningKey::vrf_id_ |
Definition at line 11 of file mac_ip_learning_key.h.