Skip to content

Commit 0d1bb1f

Browse files
Erich Heinecathay4t
authored andcommitted
Fix the failing test.
This test now reflects the setting of the NLM_F_NESTED flag for TCA_ACT_OPTIONS. Signed-off-by: Erich Heine <[email protected]>
1 parent a93b651 commit 0d1bb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rtnl/tc/nlas/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ use netlink_packet_utils::{
6969
3, 0, // TCA_STATS_QUEUE
7070
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
7171
72, 0,
72-
2, 0, // TCA_ACT_OPTIONS
72+
2, 128, // TCA_ACT_OPTIONS, NLM_F_NESTED
7373
32, 0,
7474
2, 0, // TCA_MIRRED_PARMS
7575
1, 0, 0, 0,

0 commit comments

Comments
 (0)