Skip to content

Commit f4e7b44

Browse files
committed
Remove RTNH_F_EMPTY
The `RTNH_F_EMPTY` does not exist in kernel or /usr/include and is invalid for bitmask. Signed-off-by: Gris Ge <[email protected]>
1 parent b2541d5 commit f4e7b44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rtnl/route/nlas/next_hops.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ use netlink_packet_utils::{
1515
bitflags! {
1616
#[non_exhaustive]
1717
pub struct NextHopFlags: u8 {
18-
const RTNH_F_EMPTY = 0;
1918
const RTNH_F_DEAD = constants::RTNH_F_DEAD;
2019
const RTNH_F_PERVASIVE = constants::RTNH_F_PERVASIVE;
2120
const RTNH_F_ONLINK = constants::RTNH_F_ONLINK;

0 commit comments

Comments
 (0)