OpenSDN source code
MvpnState::SG Struct Reference

#include <bgp_mvpn.h>

Collaboration diagram for MvpnState::SG:

Public Member Functions

 SG (const Ip4Address &source, const Ip4Address &group)
 
 SG (const IpAddress &source, const IpAddress &group)
 
 SG (const ErmVpnRoute *route)
 
 SG (const MvpnRoute *route)
 
bool operator< (const SG &other) const
 

Public Attributes

IpAddress source
 
IpAddress group
 

Detailed Description

Definition at line 268 of file bgp_mvpn.h.

Constructor & Destructor Documentation

◆ SG() [1/4]

MvpnState::SG::SG ( const Ip4Address source,
const Ip4Address group 
)

Definition at line 261 of file bgp_mvpn.cc.

◆ SG() [2/4]

MvpnState::SG::SG ( const IpAddress source,
const IpAddress group 
)

Definition at line 274 of file bgp_mvpn.cc.

◆ SG() [3/4]

MvpnState::SG::SG ( const ErmVpnRoute route)
explicit

Definition at line 265 of file bgp_mvpn.cc.

◆ SG() [4/4]

MvpnState::SG::SG ( const MvpnRoute route)
explicit

Definition at line 270 of file bgp_mvpn.cc.

Member Function Documentation

◆ operator<()

bool MvpnState::SG::operator< ( const SG other) const

Definition at line 278 of file bgp_mvpn.cc.

Member Data Documentation

◆ group

IpAddress MvpnState::SG::group

Definition at line 276 of file bgp_mvpn.h.

◆ source

IpAddress MvpnState::SG::source

Definition at line 275 of file bgp_mvpn.h.


The documentation for this struct was generated from the following files: