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
f4e9b5de
Commit
f4e9b5de
authored
Nov 20, 2015
by
Mike Hibler
Browse files
Skip new "ixl" 10Gb interfaces.
parent
e94c795d
Changes
3
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/freebsd10/netif-emulab.in
View file @
f4e9b5de
...
...
@@ -161,7 +161,7 @@ cnet_start()
ib[0-9]|mlxen
*
)
;;
# XXX skip Intel 10Gb for now; they require huge numbers of mbufs
ix[0-9]
)
ix[0-9]
|ixl[0-9]
)
;;
ath
*
)
;;
...
...
clientside/tmcc/freebsd11/netif-emulab.in
View file @
f4e9b5de
#
# Copyright (c) 2000-201
4
University of Utah and the Flux Group.
# Copyright (c) 2000-201
5
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -160,7 +160,7 @@ cnet_start()
ib[0-9]|mlxen*)
;;
# XXX skip Intel 10Gb for now; they require huge numbers of mbufs
ix[0-9])
ix[0-9]
|ixl[0-9]
)
;;
ath*)
;;
...
...
clientside/tmcc/freebsd9/netif-emulab.in
View file @
f4e9b5de
...
...
@@ -176,7 +176,7 @@ cnet_start()
ib[0-9]|mlxen
*
)
;;
# XXX skip Intel 10Gb for now; they require huge numbers of mbufs
ix[0-9]
)
ix[0-9]
|ixl[0-9]
)
;;
ath
*
)
;;
...
...
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