Changeset 6553
- Timestamp:
- Jan 4, 2009, 11:32:17 PM (16 years ago)
- Location:
- trunk/exodus/scripts
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/exodus/scripts/genesis_to_exodus.py
r6548 r6553 206 206 conn.commit() 207 207 208 import pdb; pdb.set_trace() ;209 208 non_alias = (i for i in ethernet if not ":" in i) 210 209 for i in non_alias: … … 214 213 p2p = config.get(j, 'point_to_point') 215 214 cursor.execute('SELECT iface FROM ifaceip where ip = ?', (p2p,)) 216 print cursor.fetchone()215 print "%s has link to %s" %( j, cursor.fetchall()) 217 216 218 217
Note:
See TracChangeset
for help on using the changeset viewer.