Changeset 1636


Ignore:
Timestamp:
Nov 14, 2008, 1:20:06 AM (15 years ago)
Author:
broder
Message:

Pass the front-end interface to vif-invirtroute

Location:
trunk/packages/invirt-xen-config
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-xen-config/config.todo

    r1452 r1636  
    22vif-sipbroute: isolate patch
    33vif-sipbroute: gateway, interface (for arpspoof)
     4invirt-database: interface
  • trunk/packages/invirt-xen-config/debian/changelog

    r1635 r1636  
    22
    33  * 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
    45
    5  -- Evan Broder <broder@mit.edu>  Thu, 13 Nov 2008 23:23:24 -0500
     6 -- Evan Broder <broder@mit.edu>  Fri, 14 Nov 2008 00:03:47 -0500
    67
    78invirt-xen-config (0.0.14) unstable; urgency=low
  • trunk/packages/invirt-xen-config/invirt-database

    r1635 r1636  
    8585for n in machine.nics:
    8686    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)
    8888    vif.append(d)
    8989
Note: See TracChangeset for help on using the changeset viewer.