Changeset 1636 for trunk/packages
- Timestamp:
- Nov 14, 2008, 1:20:06 AM (16 years ago)
- Location:
- trunk/packages/invirt-xen-config
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-xen-config/config.todo
r1452 r1636 2 2 vif-sipbroute: isolate patch 3 3 vif-sipbroute: gateway, interface (for arpspoof) 4 invirt-database: interface -
trunk/packages/invirt-xen-config/debian/changelog
r1635 r1636 2 2 3 3 * Set the max memory to a really high number so we can bump it for users 4 * Pass the correct networking device to vif-invirtroute 4 5 5 -- Evan Broder <broder@mit.edu> Thu, 13 Nov 2008 23:23:24-05006 -- Evan Broder <broder@mit.edu> Fri, 14 Nov 2008 00:03:47 -0500 6 7 7 8 invirt-xen-config (0.0.14) unstable; urgency=low -
trunk/packages/invirt-xen-config/invirt-database
r1635 r1636 85 85 for n in machine.nics: 86 86 check(re.match('^[0-9a-fA-F:]+$', n.mac_addr) and re.match('^[0-9.]*$', n.ip)) 87 d = '%smac=%s, ip=%s, script=vif-invirtroute ' % (viftype, n.mac_addr, n.ip)87 d = '%smac=%s, ip=%s, script=vif-invirtroute netdev=eth2' % (viftype, n.mac_addr, n.ip) 88 88 vif.append(d) 89 89
Note: See TracChangeset
for help on using the changeset viewer.