summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-09-06 08:00:00 +0000
committerDmitry V. Levin <ldv@altlinux.org>2020-09-06 08:00:00 +0000
commit92d4557492d73e779682d982582341f98dad4bb9 (patch)
treee2e548e878288a11b0c4b5e388f10d394714003c
parent71026a1745b259a803491a2376085b823d92ab75 (diff)
downloadstrace-92d4557492d73e779682d982582341f98dad4bb9.tar.gz
xlat: update PTP_PEROUT_* constants
* xlat/rtnl_neigh_attrs.in (PTP_PEROUT_DUTY_CYCLE): New constant introduced by Linux kernel commit v5.9-rc1~133^2~199^2~2. (PTP_PEROUT_PHASE): New constant introduced by Linux kernel commit v5.9-rc1~133^2~199^2~1. * NEWS: Mention this change.
-rw-r--r--NEWS2
-rw-r--r--xlat/ptp_perout_flags.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 41f81fc9b..60795370e 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@ Noteworthy changes in release ?.? (????-??-??)
* Added --pidns-translation option for PID namespace translation.
* Implemented decoding of close_range syscall.
* Updated lists of BPF_*, CAP_*, FAN_*, IFLA_*, INET_DIAG_REQ_*,
- IORING_FEAT_*, IP_*, IPV6_*, KVM_*, and NDA_* constants.
+ IORING_FEAT_*, IP_*, IPV6_*, KVM_*, NDA_*, and PTP_PEROUT_* constants.
* Bug fixes
diff --git a/xlat/ptp_perout_flags.in b/xlat/ptp_perout_flags.in
index a1f27e05a..ecb0c298c 100644
--- a/xlat/ptp_perout_flags.in
+++ b/xlat/ptp_perout_flags.in
@@ -1 +1,3 @@
PTP_PEROUT_ONE_SHOT (1<<0)
+PTP_PEROUT_DUTY_CYCLE (1<<1)
+PTP_PEROUT_PHASE (1<<2)