Changes between Version 2 and Version 3 of Installation/DatabaseSetup
- Timestamp:
- Dec 3, 2011 4:51:08 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/DatabaseSetup
v2 v3 76 76 node_id2='hp2',card2=1,port2=5, 77 77 type='Trunk'; 78 }}} 79 80 Also, make sure to set the interface state to up and trunked: 81 82 {{{ 83 insert into interface_state set 84 node_id='hp1', card=2, port=23, 85 iface='B/23', enabled=1, tagged=1; 86 87 insert into interface_state set 88 node_id='hp2', card=1, port=5, 89 iface='A/5', enabled=1, tagged=1; 78 90 }}} 79 91