Changes between Version 43 and Version 44 of Installation/Nodes


Ignore:
Timestamp:
Nov 12, 2013 4:48:55 PM (10 years ago)
Author:
jhickey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/Nodes

    v43 v44  
    275275
    276276{{{
    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");
     277mysql> insert into interface_state (node_id, card, port, iface) values ("juniper1", 1, 1, "eth0");
     278mysql> insert into interface_state (node_id, card, port, iface) values ("juniper1", 2, 1, "eth1");
    279279}}}
    280280