OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

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

Definition at line 261 of file bgp_mvpn.cc.

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

Definition at line 274 of file bgp_mvpn.cc.

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

Definition at line 265 of file bgp_mvpn.cc.

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

Definition at line 270 of file bgp_mvpn.cc.

Member Function Documentation

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

Definition at line 278 of file bgp_mvpn.cc.

Member Data Documentation

IpAddress MvpnState::SG::group

Definition at line 276 of file bgp_mvpn.h.

IpAddress MvpnState::SG::source

Definition at line 275 of file bgp_mvpn.h.


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