diff options
author | Mike Christie <michaelc@cs.wisc.edu> | 2011-10-11 18:55:11 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-10-20 11:13:55 -0400 |
commit | 2d63673b4d469cf2ddba309a916090b54e31cc35 (patch) | |
tree | c6d4b607abcf218f5d51f3d298be0230a72dab80 /include/scsi | |
parent | 00c31889f7513e9ffa6b2b4de8ad6d7f59a61c80 (diff) |
[SCSI] iscsi class: fix vlan configuration
Userspace was sending the priority/id part of the vlan tag
and sysfs was displaying the id in the vlan file. This
renames the vlan sysfs file to vlan_id to reflect that it
was showing the id and to match the vlan_priority file.
This also adds a ISCSI_NET_PARAM_VLAN_TAG iscsi nl command
to relfect that we are sending down the vlan/priority
part of the tag.
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/iscsi_if.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/scsi/iscsi_if.h b/include/scsi/iscsi_if.h index 706a1bb1c59b..2703e3bedbf5 100644 --- a/include/scsi/iscsi_if.h +++ b/include/scsi/iscsi_if.h | |||
@@ -311,10 +311,11 @@ enum iscsi_net_param { | |||
311 | ISCSI_NET_PARAM_VLAN_ID = 13, | 311 | ISCSI_NET_PARAM_VLAN_ID = 13, |
312 | ISCSI_NET_PARAM_VLAN_PRIORITY = 14, | 312 | ISCSI_NET_PARAM_VLAN_PRIORITY = 14, |
313 | ISCSI_NET_PARAM_VLAN_ENABLED = 15, | 313 | ISCSI_NET_PARAM_VLAN_ENABLED = 15, |
314 | ISCSI_NET_PARAM_IFACE_TYPE = 16, | 314 | ISCSI_NET_PARAM_VLAN_TAG = 16, |
315 | ISCSI_NET_PARAM_IFACE_NAME = 17, | 315 | ISCSI_NET_PARAM_IFACE_TYPE = 17, |
316 | ISCSI_NET_PARAM_MTU = 18, | 316 | ISCSI_NET_PARAM_IFACE_NAME = 18, |
317 | ISCSI_NET_PARAM_PORT = 19, | 317 | ISCSI_NET_PARAM_MTU = 19, |
318 | ISCSI_NET_PARAM_PORT = 20, | ||
318 | }; | 319 | }; |
319 | 320 | ||
320 | enum iscsi_conn_state { | 321 | enum iscsi_conn_state { |