Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyroute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
safeedge
pyroute2
Commits
509edfc5
Commit
509edfc5
authored
May 19, 2020
by
David Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add NFTA_PAYLOAD_CSUM_FLAGS for mangling.
parent
736d4ff7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
pyroute2/netlink/nfnetlink/nftsocket.py
pyroute2/netlink/nfnetlink/nftsocket.py
+2
-1
No files found.
pyroute2/netlink/nfnetlink/nftsocket.py
View file @
509edfc5
...
...
@@ -362,7 +362,8 @@ class nft_rule_msg(nfgen_msg):
(
'NFTA_PAYLOAD_LEN'
,
'be32'
),
(
'NFTA_PAYLOAD_SREG'
,
'regs'
),
(
'NFTA_PAYLOAD_CSUM_TYPE'
,
'csum_type'
),
(
'NFTA_PAYLOAD_CSUM_OFFSET'
,
'be32'
))
(
'NFTA_PAYLOAD_CSUM_OFFSET'
,
'be32'
),
(
'NFTA_PAYLOAD_CSUM_FLAGS'
,
'be32'
))
class
base_type
(
nft_map_be32
):
ops
=
{
0
:
'NFT_PAYLOAD_LL_HEADER'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment