diff options
author | John Crispin <john@phrozen.org> | 2016-08-16 10:19:13 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-08-16 10:20:01 +0200 |
commit | 99a188828713d6ff9c541590b08d4e63ef52f6d7 (patch) | |
tree | efe6ec0d17b98554bc810ed0e68e0a1f98f2d6a8 /target/linux/generic/files/include/uapi | |
parent | 58466208909d5b9264537256b353b3c3db57ef0e (diff) | |
download | upstream-99a188828713d6ff9c541590b08d4e63ef52f6d7.tar.gz upstream-99a188828713d6ff9c541590b08d4e63ef52f6d7.tar.bz2 upstream-99a188828713d6ff9c541590b08d4e63ef52f6d7.zip |
swconfig: revert the portmapping patches, they seem to cause a segfault
Revert "kernel/swconfig: remove obsolete portmapping feature from swconfig"
This reverts commit 675407baa44a8700de20b6b2857009a552a807ba.
Revert "swconfig: remove obsolete portmapping feature"
This reverts commit fca1eb349ef31b133a62880cbd562d6bf17500aa.
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/generic/files/include/uapi')
-rw-r--r-- | target/linux/generic/files/include/uapi/linux/switch.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/generic/files/include/uapi/linux/switch.h b/target/linux/generic/files/include/uapi/linux/switch.h index 2a67da2e9d..ea449653fa 100644 --- a/target/linux/generic/files/include/uapi/linux/switch.h +++ b/target/linux/generic/files/include/uapi/linux/switch.h @@ -39,6 +39,7 @@ enum { SWITCH_ATTR_NAME, SWITCH_ATTR_VLANS, SWITCH_ATTR_PORTS, + SWITCH_ATTR_PORTMAP, SWITCH_ATTR_CPU_PORT, /* attributes */ SWITCH_ATTR_OP_ID, @@ -56,6 +57,14 @@ enum { SWITCH_ATTR_MAX }; +enum { + /* port map */ + SWITCH_PORTMAP_PORTS, + SWITCH_PORTMAP_SEGMENT, + SWITCH_PORTMAP_VIRT, + SWITCH_PORTMAP_MAX +}; + /* commands */ enum { SWITCH_CMD_UNSPEC, |