diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2018-03-27 15:29:32 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2018-03-27 15:29:32 +0000 |
commit | f137973487f6170f8cb3285ec58aed46e9e3e6f9 (patch) | |
tree | 0e49cab197670acd9d1f9ac782edc2d33ab60c17 /sys/sys/priv.h | |
parent | 34a77b974108eecc559c97b3ef170e3f18ffb644 (diff) | |
download | src-f137973487f6170f8cb3285ec58aed46e9e3e6f9.tar.gz src-f137973487f6170f8cb3285ec58aed46e9e3e6f9.zip |
Notes
Diffstat (limited to 'sys/sys/priv.h')
-rw-r--r-- | sys/sys/priv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/priv.h b/sys/sys/priv.h index 3dc54d91e7cb..9c9964eaa180 100644 --- a/sys/sys/priv.h +++ b/sys/sys/priv.h @@ -344,7 +344,8 @@ #define PRIV_NET_SETIFDESCR 418 /* Set interface description. */ #define PRIV_NET_SETIFFIB 419 /* Set interface fib. */ #define PRIV_NET_VXLAN 420 /* Administer vxlan. */ -#define PRIV_NET_SETVLANPCP 421 /* Set VLAN priority. */ +#define PRIV_NET_SETLANPCP 421 /* Set LAN priority. */ +#define PRIV_NET_SETVLANPCP PRIV_NET_SETLANPCP /* Alias Set VLAN priority */ /* * 802.11-related privileges. |