[Illumos-team] [OpenIndiana Distribution - Bug #2089] Unable to create flow on data link
illumos project
devnull at illumos.org
Fri Feb 8 04:12:42 UTC 2013
Issue #2089 has been updated by Ken Mays.
Assignee set to OI illumos
----------------------------------------
Bug #2089: Unable to create flow on data link
https://www.illumos.org/issues/2089
Author: Anil Jangity
Status: New
Priority: Normal
Assignee: OI illumos
Category: OS/Net (Kernel and Userland)
Target version:
Difficulty: Medium
Tags: needs-triage
I have a physical interface igb0 and a virtual link called oi0.
root at sjc3:/# dladm show-vnic
LINK OVER SPEED MACADDRESS MACADDRTYPE VID
oi0 igb0 1000 2:8:20:f:23:dc random 0
I tried to create a flow on oi0. This should work, but doesn't. What exactly is incompatible?
root at sjc3:/# flowadm add-flow -l oi0 -a transport=tcp tcpflow
flowadm: add flow failed: flow(s) with incompatible attributes exists
root at sjc3:/#
Man page:
_ The following five types of combinations of attributes are
supported:
local_ip[/prefixlen]=address
remote_ip[/prefixlen]=address
transport={tcp|udp|sctp|icmp|icmpv6}
transport={tcp|udp|sctp},local_port=port
dsfield=val[:dsfield_mask]
On a given link, the combinations above are mutually
exclusive. An attempt to create flows of different combina-
tions will fail.
_
In fact there is even an example suggesting something similar for UDP traffic. This clearly isn't working though with TCP specified.
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account
More information about the Illumos-team
mailing list