OpenSDN source code
|
#include "bgp/bgp_config_parser.h"
#include <boost/uuid/name_generator.hpp>
#include <pugixml/pugixml.hpp>
#include <map>
#include <set>
#include <sstream>
#include <utility>
#include <vector>
#include "bgp/bgp_config.h"
#include "bgp/bgp_log.h"
#include "bgp/rtarget/rtarget_address.h"
#include "ifmap/ifmap_server_table.h"
#include "schema/bgp_schema_types.h"
#include "schema/vnc_cfg_types.h"
Go to the source code of this file.
Typedefs | |
typedef multimap< pair< string, string >, pair < autogen::BgpSessionAttributes, string > > | SessionMap |
typedef multimap< pair<string, string>, pair<autogen::BgpSessionAttributes, string> > SessionMap |
Definition at line 42 of file bgp_config_parser.cc.