Changeset 430e98d
- Timestamp:
- Sep 8, 2009 3:38:10 PM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
- Children:
- f07fa49
- Parents:
- 22defdb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/topdl.py
r22defdb r430e98d 671 671 if ip: 672 672 out += "tb-set-ip-lan $%s $%s %s\n" % \ 673 (to_tcl (e.name[0]), name, ip)673 (to_tcl_name(e.name[0]), name, ip) 674 674 if i.capacity and i.capacity.rate != s.capacity.rate: 675 675 out += "tb-set-node-lan-bandwidth $%s $%s %fkb\n" % \
Note: See TracChangeset
for help on using the changeset viewer.