|
OpenSDN source code
|
Simple structure to hold <S,G>. Source as "0.0.0.0" can be used to encode <*,G> as well. More...
#include <bgp_evpn.h>

Public Member Functions | |
| SG (const Ip4Address &source, const Ip4Address &group) | |
| SG (const IpAddress &source, const IpAddress &group) | |
| SG (const ErmVpnRoute *route) | |
| SG (const EvpnRoute *route) | |
| bool | operator< (const SG &other) const |
Public Attributes | |
| IpAddress | source |
| IpAddress | group |
Simple structure to hold <S,G>. Source as "0.0.0.0" can be used to encode <*,G> as well.
Definition at line 354 of file bgp_evpn.h.
| EvpnState::SG::SG | ( | const Ip4Address & | source, |
| const Ip4Address & | group | ||
| ) |
Definition at line 1722 of file bgp_evpn.cc.
Definition at line 1735 of file bgp_evpn.cc.
|
explicit |
Definition at line 1726 of file bgp_evpn.cc.
|
explicit |
Definition at line 1731 of file bgp_evpn.cc.
| bool EvpnState::SG::operator< | ( | const SG & | other | ) | const |
Definition at line 1739 of file bgp_evpn.cc.
| IpAddress EvpnState::SG::group |
Definition at line 362 of file bgp_evpn.h.
| IpAddress EvpnState::SG::source |
Definition at line 361 of file bgp_evpn.h.