Revision a2c5a4cb src/vnm/VirtualNetworkPool.cc
src/vnm/VirtualNetworkPool.cc | ||
---|---|---|
48 | 48 |
const vector<const SingleAttribute *>& _inherit_attrs, |
49 | 49 |
const VectorAttribute * _vlan_conf, |
50 | 50 |
const VectorAttribute * _vxlan_conf): |
51 |
PoolSQL(db, VirtualNetwork::table, true, true), vlan_conf(_vlan_conf),
|
|
51 |
PoolSQL(db, VirtualNetwork::table), vlan_conf(_vlan_conf), |
|
52 | 52 |
vlan_id_bitmap(vlan_conf, VLAN_BITMAP_ID, vlan_table), |
53 | 53 |
vxlan_conf(_vxlan_conf) |
54 | 54 |
{ |
Also available in: Unified diff