summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/overlay_common.h
diff options
context:
space:
mode:
authorDan McDonald <danmcd@mnx.io>2022-05-13 17:20:24 -0400
committerGitHub <noreply@github.com>2022-05-13 17:20:24 -0400
commitbb7d6c9b47695f41cbacbcf6662baf3d0e152fdf (patch)
tree75f2d0cab5fb92f97f2ab2c3186a0b5d1579a33a /usr/src/uts/common/sys/overlay_common.h
parent8ca5534c77e93c25d2c1f777499b12da0f7cc0cd (diff)
parent402559e299331588f209b3a9693e3bcd6a83d22c (diff)
downloadillumos-joyent-OS-8149.tar.gz
Merge branch 'master' into OS-8149OS-8149
Diffstat (limited to 'usr/src/uts/common/sys/overlay_common.h')
-rw-r--r--usr/src/uts/common/sys/overlay_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/uts/common/sys/overlay_common.h b/usr/src/uts/common/sys/overlay_common.h
index d638096006..894644b50a 100644
--- a/usr/src/uts/common/sys/overlay_common.h
+++ b/usr/src/uts/common/sys/overlay_common.h
@@ -34,7 +34,7 @@ typedef enum overlay_plugin_dest {
OVERLAY_PLUGIN_D_INVALID = 0x0,
OVERLAY_PLUGIN_D_ETHERNET = 0x1,
OVERLAY_PLUGIN_D_IP = 0x2,
- OVERLAY_PLUGIN_D_PORT = 0x4,
+ OVERLAY_PLUGIN_D_PORT = 0x4,
OVERLAY_PLUGIN_D_MASK = 0x7
} overlay_plugin_dest_t;
@@ -42,14 +42,14 @@ typedef enum overlay_prop_type {
OVERLAY_PROP_T_INT = 0x1, /* signed int */
OVERLAY_PROP_T_UINT, /* unsigned int */
OVERLAY_PROP_T_IP, /* sinaddr6 */
- OVERLAY_PROP_T_STRING /* OVERLAY_PROPS_SIZEMAX */
+ OVERLAY_PROP_T_STRING /* OVERLAY_PROP_SIZEMAX */
} overlay_prop_type_t;
typedef enum overlay_prop_prot {
OVERLAY_PROP_PERM_REQ = 0x1,
OVERLAY_PROP_PERM_READ = 0x2,
OVERLAY_PROP_PERM_WRITE = 0x4,
- OVERLAY_PROP_PERM_RW = 0x6,
+ OVERLAY_PROP_PERM_RW = 0x6,
OVERLAY_PROP_PERM_RRW = 0x7,
OVERLAY_PROP_PERM_MASK = 0x7
} overlay_prop_prot_t;