Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
7bcd2a6a
Commit
7bcd2a6a
authored
Jun 04, 2013
by
Leigh B Stoller
Browse files
Trun off txvlan on interfaces; seems to screw up on some interfaces,
causing the ciscos to drop the packets with an undersize error.
parent
d1f2a9a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/linux/openvz/libvnode_openvz.pm
View file @
7bcd2a6a
...
...
@@ -648,6 +648,10 @@ sub vz_rootPreConfigNetwork {
mysystem2
("
$ETHTOOL
-K
$vdev
tso off gso off
");
makeIfaceMaps
();
# Another thing that seems to screw up, causing the ciscos
# to drop packets with an undersize error.
mysystem2
("
$ETHTOOL
-K
$iface
txvlan off
");
#
# We leave this behind in case of failure and at
# teardown since it is possibly a shared device, and
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment