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
39fc46a2
Commit
39fc46a2
authored
May 25, 2014
by
Mike Hibler
Browse files
Skip IPoIB and Mellanox 40Gb interfaces.
parent
6fd29425
Changes
3
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/freebsd10/netif-emulab.in
View file @
39fc46a2
...
...
@@ -111,6 +111,9 @@ cnet_start()
case $_if in
lo*|gif*|faith*|tun*|plip*|usbus*|ipfw*)
;;
# XXX skip IPoIB and Mellanox IB as eth
ib[0-9]|mlxen*)
;;
# XXX skip Intel 10Gb for now; they require huge numbers of mbufs
ix[0-9])
;;
...
...
clientside/tmcc/freebsd7/netif-emulab.in
View file @
39fc46a2
#
# Copyright (c) 2000-201
3
University of Utah and the Flux Group.
# Copyright (c) 2000-201
4
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -136,6 +136,9 @@ cnet_start()
case $_if in
lo*|gif*|faith*|tun*|plip*|usbus*|ipfw*)
;;
# XXX skip IPoIB and Mellanox IB as eth
ib[0-9]|mlxen*)
;;
# XXX skip Intel 10Gb for now; they require huge numbers of mbufs
ix[0-9])
;;
...
...
clientside/tmcc/freebsd9/netif-emulab.in
View file @
39fc46a2
#
# Copyright (c) 2000-201
3
University of Utah and the Flux Group.
# Copyright (c) 2000-201
4
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -136,6 +136,9 @@ cnet_start()
case $_if in
lo*|gif*|faith*|tun*|plip*|usbus*|ipfw*)
;;
# XXX skip IPoIB and Mellanox IB as eth
ib[0-9]|mlxen*)
;;
# XXX skip Intel 10Gb for now; they require huge numbers of mbufs
ix[0-9])
;;
...
...
Write
Preview
Supports
Markdown
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