Skip to content

Commit

Permalink
nat46: update to git HEAD
Browse files Browse the repository at this point in the history
95ca1c3 nat46-core: ignore IPv4 options when translating packets
39778c2 add a module argument to ignore TOS translate for IPv4
9a36ee1 add a module argument to ignore TOS translate for IPv4
79190a8 add a module argument to ignore TOS translate for IPv4

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

nat46: fix translation of ICMP protocols parameter problem and unreachable

9b3a819 nat46-core: Fix translation of ICMP protocols parameter problem and unreachable (coolsnowwolf#27)

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

nat46: update to latest git HEAD

1fdf2a3 Fix kernel panic due to device deletion (coolsnowwolf#29)
e7b48d1 add the mutex lock for create/delete/config/insert nat46 devices to fix nat46 module crash issues. (coolsnowwolf#28)

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

nat46: update to latest git HEAD

d9bc161 nat46-core: Fix typo since day one (coolsnowwolf#31)
840e235 Fix coverity issues observed so far (coolsnowwolf#30)

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
  • Loading branch information
dedeckeh authored and 1582130940 committed Nov 1, 2022
1 parent 7f2f3bc commit 7cf8113
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/kernel/nat46/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ include $(INCLUDE_DIR)/kernel.mk

PKG_NAME:=nat46

PKG_MIRROR_HASH:=3b424241de42b96d47217decf6f9071153cd0c11651f1ee006700836c6660fe8
PKG_MIRROR_HASH:=c26b8c60aa991a087011b8b6492e43a6749f0a5d9dc79ffcfd352da5fa20b78d
PKG_SOURCE_URL:=https://github.com/ayourtch/nat46.git
PKG_SOURCE_DATE:=2021-05-17
PKG_SOURCE_DATE:=2022-03-30
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=0d5860d63a8037e001e293091ebf6219cc2f9255
PKG_SOURCE_VERSION:=95ca1c3b99376da2d0306919f2df4a8d3c9bb78b

PKG_MAINTAINER:=Hans Dedecker <dedeckeh@gmail.com>
PKG_LICENSE:=GPL-2.0
Expand Down

0 comments on commit 7cf8113

Please sign in to comment.