index
:
rsdsl/rustables.git
master
Unnamed repository; edit this file 'description' to name the repository.
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Make Rule::ip4in6 accept any Destination Options header
HEAD
master
Himbeer
2025-04-05
1
-1
/
+1
|
*
Fix Rule::ip4in6 comparing next header to wrong constant
Himbeer
2025-04-05
1
-1
/
+1
|
|
|
|
The correct constant for IPv4-in-IPv6 is 4, not 0.
*
compile under new clang
HimbeerserverDE
2023-09-17
5
-7
/
+7
|
*
add ip4in6 matching helper
v0.14.0
HimbeerserverDE
2023-08-14
1
-0
/
+11
|
*
match 6in4 packets correctly
HimbeerserverDE
2023-05-06
1
-1
/
+5
|
*
add 6in4 match helper
HimbeerserverDE
2023-05-06
1
-0
/
+6
|
*
set rt key to tcpmss for auto mss clamping
v0.12.1
HimbeerserverDE
2023-05-06
1
-2
/
+6
|
*
add mss clamping helper function
HimbeerserverDE
2023-05-06
1
-3
/
+25
|
*
add support for byteorder expression
HimbeerserverDE
2023-05-06
3
-0
/
+47
|
*
add support for rt expression
HimbeerserverDE
2023-05-06
3
-1
/
+45
|
*
add rule method to match syn packets
HimbeerserverDE
2023-05-03
1
-1
/
+15
|
*
add method to change the tcp mss
HimbeerserverDE
2023-05-03
1
-3
/
+20
|
*
add exthdr expression to ExpressionVariant enum
HimbeerserverDE
2023-05-03
1
-0
/
+1
|
*
use the same naming scheme for exthdr compared to the rest of the crate
HimbeerserverDE
2023-05-03
1
-2
/
+2
|
*
make exthdr module private
HimbeerserverDE
2023-05-03
1
-1
/
+1
|
*
add exthdr expressions
HimbeerserverDE
2023-05-03
3
-0
/
+50
|
*
make dnat ipv4-only
HimbeerserverDE
2023-04-14
1
-1
/
+1
|
*
add dnat support
v0.10.0
HimbeerserverDE
2023-04-14
1
-3
/
+21
|
*
add icmpv6 matching support
HimbeerserverDE
2023-03-30
1
-1
/
+6
|
*
use Masquerade struct instead of verdict
HimbeerserverDE
2023-03-21
3
-5
/
+3
|
*
add support for masquerading
HimbeerserverDE
2023-03-21
3
-0
/
+8
|
*
add ability to filter rule by output interface
HimbeerserverDE
2023-03-21
2
-2
/
+21
|
*
remove the useless trait 'Parsable'
Simon Thoby
2023-03-18
3
-49
/
+36
|
*
add support for optional attributes
Simon Thoby
2023-02-26
3
-11
/
+9
|
*
reduce the amount of unsafe code
Simon Thoby
2023-02-26
7
-45
/
+41
|
*
remove uneeded error types that makes rustables types !Send
Simon THOBY
2023-01-28
1
-6
/
+0
|
*
version bump + prepare the crate for publication on crates.io
v0.8.0
Simon THOBY
2023-01-09
1
-0
/
+3
|
*
rewrite the examples
Simon THOBY
2023-01-08
17
-320
/
+270
|
*
account for the fact that NFT_META_IFTYPE does not exist everywhere
Simon THOBY
2023-01-08
1
-1
/
+1
|
*
Re-implement set support
Simon THOBY
2023-01-08
27
-1131
/
+2172
|
*
re-impl the masquerade expression
Simon THOBY
2022-12-09
3
-85
/
+15
|
*
re-impl the ct expression
Simon THOBY
2022-12-09
5
-132
/
+48
|
*
re-impl the cmp expression
Simon THOBY
2022-12-09
3
-150
/
+38
|
*
add the payload and nat expressions
Simon THOBY
2022-12-07
4
-320
/
+208
|
*
Macros: introduce a macro to simplify enums
Simon THOBY
2022-12-05
10
-218
/
+77
|
*
convert the expressions to the new macros
Simon THOBY
2022-12-03
9
-408
/
+103
|
*
convert Rule to the new macros
Simon THOBY
2022-12-03
1
-162
/
+24
|
*
convert Chain to the new macros
Simon THOBY
2022-12-03
2
-93
/
+37
|
*
introduce a new procedural macro to replace the current mess of 'old-school' ↵
Simon THOBY
2022-12-03
2
-45
/
+12
|
|
|
|
macros
*
re-add the reject expression type
Simon THOBY
2022-12-03
3
-79
/
+95
|
*
refactor to remove the enum AttributeType
Simon THOBY
2022-12-02
14
-884
/
+539
|
*
exprs: implement bitwise and add support for unknown expressions
Simon THOBY
2022-11-15
7
-181
/
+152
|
*
wip: exprs
Simon THOBY
2022-11-13
12
-621
/
+813
|
*
tests: fix the NetlinkExpr ordering
Simon THOBY
2022-11-12
1
-3
/
+3
|
*
fix the generation of nested attributes
Simon THOBY
2022-11-12
7
-126
/
+174
|
*
re-add support for querying chains
Simon THOBY
2022-11-12
6
-301
/
+198
|
*
Improved parsing with even more macros
Simon THOBY
2022-11-11
5
-207
/
+404
|
*
(re-)add table listing
Simon THOBY
2022-11-08
5
-169
/
+141
|
*
sending batches now works properly without hanging
Simon THOBY
2022-10-05
2
-152
/
+155
|
*
special case the handling of batch messages
Simon THOBY
2022-10-02
3
-26
/
+36
|
[next]