netlink-packet-route 0.30.0

netlink packet types
Documentation
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: MIT

mod gre_common;
pub mod info_gre;
pub mod info_gre6;

pub use self::{
    gre_common::{GreEncapFlags, GreEncapType, GreIOFlags},
    info_gre::InfoGre,
    info_gre6::InfoGre6,
};