Skip to content

Commit a83f6ae

Browse files
jvaclav-rhcathay4t
authored andcommitted
iptunnel: add placeholder constant for unused flags
Signed-off-by: Jan Vaclav <[email protected]>
1 parent 1775849 commit a83f6ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/link/link_info/iptunnel.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,5 +374,6 @@ bitflags! {
374374
const CapXmit = IP6_TNL_F_CAP_XMIT;
375375
const CapRcv = IP6_TNL_F_CAP_RCV;
376376
const CapPerPacket = IP6_TNL_F_CAP_PER_PACKET;
377+
const _ = !0;
377378
}
378379
}

0 commit comments

Comments
 (0)