summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2022-07-24 09:31:19 +1000
committerBrian May <brian@linuxpenguins.xyz>2022-07-26 07:39:00 +1000
commitc45cd74f42d896bf5f7ae37736e6e44ab5dd3ce9 (patch)
tree8a29e2b6d1507c3978fe48ff173332dccf3ee9f7 /CHANGELOG.md
parent7cc33c15fe547dacebe7da154ffc9c1c5b595d6e (diff)
downloadnix-c45cd74f42d896bf5f7ae37736e6e44ab5dd3ce9.zip
Add support for RecvOrigDstAddr on Linux
Fixes #1767
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 235b1c10..c720d165 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
(#[1752](https://github.com/nix-rust/nix/pull/1752))
- Added `signal::SigSet::from_sigset_t_unchecked()`.
(#[1741](https://github.com/nix-rust/nix/pull/1741))
+- Added IP_ORIGDSTADDR using Ipv4OrigDstAddr in setsockopt and recvmsg.
+ (#[1772](https://github.com/nix-rust/nix/pull/1772))
+- Added IPV6_ORIGDSTADDR using Ipv6OrigDstAddr in setsockopt and recvmsg.
+ (#[1772](https://github.com/nix-rust/nix/pull/1772))
### Changed