Skip to content

Commit

Permalink
Enable traffic (had printed debug and terminated on startup).
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed Aug 28, 2014
1 parent 3c1a6de commit 6cf4d47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/designs/neutron/snabbnfv-traffic
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ function load_config (file, pciaddr, sockpath)
config.link(c, VM_tx.." -> "..NIC..".rx")
zerocopy[NIC] = Virtio
end
print(config.graphviz(c))
main.exit(0)
--print(config.graphviz(c))
engine.configure(c)
for nic, virtio in pairs(zerocopy) do
local n = engine.app_table[nic]
Expand Down

0 comments on commit 6cf4d47

Please sign in to comment.