OpenSDN source code
|
#include <bgp_origin_vn_path.h>
Public Member Functions | |
OriginVnPathDB (BgpServer *server) | |
OriginVnPathPtr | PrependAndLocate (const OriginVnPath *ovnpath, const OriginVnPath::OriginVnValue &value) |
![]() | |
BgpPathAttributeDB (int hash_size=GetHashSize()) | |
size_t | Size () |
void | Delete (OriginVnPath *attr) |
OriginVnPathPtr | Locate (OriginVnPath *attr) |
OriginVnPathPtr | Locate (const OriginVnPathSpec &spec) |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (OriginVnPathDB) | |
Definition at line 111 of file bgp_origin_vn_path.h.
|
explicit |
Definition at line 105 of file bgp_origin_vn_path.cc.
|
private |
OriginVnPathPtr OriginVnPathDB::PrependAndLocate | ( | const OriginVnPath * | ovnpath, |
const OriginVnPath::OriginVnValue & | value | ||
) |