summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/dls_mgmt.h
diff options
context:
space:
mode:
authorRishi Srivatsavai <Rishi.Srivatsavai@Sun.COM>2010-07-29 02:14:42 -0400
committerRishi Srivatsavai <Rishi.Srivatsavai@Sun.COM>2010-07-29 02:14:42 -0400
commitf689bed18bbb72c93b14a451e959b18f7ccfb7d1 (patch)
tree75009110395e119436b5ea6209106e019776a371 /usr/src/uts/common/sys/dls_mgmt.h
parentd10eddf70e75478ac778e9b04d3d711fe8c3273b (diff)
downloadillumos-joyent-f689bed18bbb72c93b14a451e959b18f7ccfb7d1.tar.gz
6936702 dlmgmtd restart in global zone leaves exclusive stack zones in down state
6942573 stale dlmgmtd door handle may result in unusable networking features 6938483 NWAM should not ignore VNICs in non-global zones 6931751 DATALINK_CLASS_IPTUN should be 0x80 not 0x60 6939454 dladm show_linkprop -p <private property> truncates DEFAULT value by one character 6928716 dladm delete-secobj passing uninitialized memory 6896251 dladm show-linkprop -P always exits with 1
Diffstat (limited to 'usr/src/uts/common/sys/dls_mgmt.h')
-rw-r--r--usr/src/uts/common/sys/dls_mgmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/dls_mgmt.h b/usr/src/uts/common/sys/dls_mgmt.h
index 8cf04ea9f7..b4032c24d6 100644
--- a/usr/src/uts/common/sys/dls_mgmt.h
+++ b/usr/src/uts/common/sys/dls_mgmt.h
@@ -45,7 +45,7 @@ typedef enum {
DATALINK_CLASS_ETHERSTUB = 0x10,
DATALINK_CLASS_SIMNET = 0x20,
DATALINK_CLASS_BRIDGE = 0x40,
- DATALINK_CLASS_IPTUN = 0x60,
+ DATALINK_CLASS_IPTUN = 0x80,
DATALINK_CLASS_PART = 0x100
} datalink_class_t;