Changes between Version 43 and Version 44 of Installation/Nodes
- Timestamp:
- Nov 12, 2013 4:48:55 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/Nodes
v43 v44 275 275 276 276 {{{ 277 mysql> insert into interface_state (node_id, card, port, iface) values ( \"juniper1", 1, 1, "eth0");278 mysql> insert into interface_state (node_id, card, port, iface) values ( \"juniper1", 2, 1, "eth1");277 mysql> insert into interface_state (node_id, card, port, iface) values ("juniper1", 1, 1, "eth0"); 278 mysql> insert into interface_state (node_id, card, port, iface) values ("juniper1", 2, 1, "eth1"); 279 279 }}} 280 280