We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aff614 commit abef68cCopy full SHA for abef68c
1 file changed
pythonbpf/functions/return_utils.py
@@ -5,11 +5,6 @@
5
6
logger: logging.Logger = logging.getLogger(__name__)
7
8
-# TODO: Ideally there should be only 3 cases:
9
-# - Return none
10
-# - Return XDP
11
-# - Return expr
12
-
13
XDP_ACTIONS = {
14
"XDP_ABORTED": 0,
15
"XDP_DROP": 1,
0 commit comments