~ubuntu-core-dev/eucalyptus/ubuntu-karmic

« back to all changes in this revision

Viewing changes to node/handlers_kvm.c

  • Committer: root
  • Date: 2009-08-01 20:59:22 UTC
  • Revision ID: root@sg-20090801205922-2joxywoc7p9jl2mh
fixed build, added vtun tunneling code

Show diffs side-by-side

added added

removed removed

Lines of Context:
465
465
    bridge = getConfString(config, "VNET_BRIDGE");
466
466
    mode = getConfString(config, "VNET_MODE");
467
467
 
468
 
    vnetInit(vnetconfig, mode, home, config_network_path, NC, pubInterface, pubInterface, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, bridge);
 
468
    vnetInit(vnetconfig, mode, home, config_network_path, NC, pubInterface, pubInterface, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, bridge, NULL);
469
469
 
470
470
    /* cleanup from previous runs and verify integrity of instances
471
471
     * directory */