Skip to content

Commit ec525f3

Browse files
committed
Remove an unused enum in examples/packet_matching.ks
Signed-off-by: Cong Wang <cwang@multikernel.io>
1 parent 3a6b98a commit ec525f3

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

examples/packet_matching.ks

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ enum IpProtocol {
4545
SCTP = 132
4646
}
4747

48-
// XDP action constants for packet disposition
49-
enum PacketAction {
50-
PASS = 2,
51-
DROP = 1,
52-
REDIRECT = 4,
53-
ABORTED = 0
54-
}
5548

5649
// TCP port classification
5750
enum WellKnownPorts {

0 commit comments

Comments
 (0)