From 26bb2db0b9dc056be9cbd3fb6ade428700c75247 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Fri, 27 Jul 2007 18:13:55 +0000 Subject: [PATCH] NodeManager handles IP addresses now --- lib/planetlab.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/planetlab.c b/lib/planetlab.c index 44ac625..a412940 100644 --- a/lib/planetlab.c +++ b/lib/planetlab.c @@ -67,14 +67,6 @@ create_context(xid_t ctx, uint64_t bcaps, struct sliver_resources *slr) if (vc_set_nflags(ctx, &vc_nf)) return -1; - /* XXX: Allow access to all IPv4 addresses (for now) */ - vc_net.type = vcNET_IPV4; - vc_net.count = 1; - vc_net.ip[0] = 0; - vc_net.mask[0] = 0; - if (vc_net_add(ctx, &vc_net) == -1) - return -1; - process: /* * Create context info - this sets the STATE_SETUP and STATE_INIT flags. -- 2.43.0