OpenSDN source code
tunnel_encap_type.cc File Reference
#include "net/tunnel_encap_type.h"
#include <boost/assign/list_of.hpp>
#include <map>
Include dependency graph for tunnel_encap_type.cc:

Go to the source code of this file.

Variables

static const map< string, TunnelEncapType::EncapfromString
 
static const map< TunnelEncapType::Encap, string > toString
 
static const map< TunnelEncapType::Encap, string > toXmppString
 

Variable Documentation

◆ fromString

◆ toString

const map<TunnelEncapType::Encap, string> toString
static
Initial value:

Definition at line 28 of file tunnel_encap_type.cc.

◆ toXmppString

const map<TunnelEncapType::Encap, string> toXmppString
static
Initial value:
= boost::assign::map_list_of
(TunnelEncapType::UNSPEC, "unspecified")

Definition at line 40 of file tunnel_encap_type.cc.