Struct netlink_packet_route::rtnl::link::nlas::Inet6DevConf[][src]

pub struct Inet6DevConf {
Show 51 fields pub forwarding: i32, pub hoplimit: i32, pub mtu6: i32, pub accept_ra: i32, pub accept_redirects: i32, pub autoconf: i32, pub dad_transmits: i32, pub rtr_solicits: i32, pub rtr_solicit_interval: i32, pub rtr_solicit_delay: i32, pub use_tempaddr: i32, pub temp_valid_lft: i32, pub temp_prefered_lft: i32, pub regen_max_retry: i32, pub max_desync_factor: i32, pub max_addresses: i32, pub force_mld_version: i32, pub accept_ra_defrtr: i32, pub accept_ra_pinfo: i32, pub accept_ra_rtr_pref: i32, pub rtr_probe_interval: i32, pub accept_ra_rt_info_max_plen: i32, pub proxy_ndp: i32, pub optimistic_dad: i32, pub accept_source_route: i32, pub mc_forwarding: i32, pub disable_ipv6: i32, pub accept_dad: i32, pub force_tllao: i32, pub ndisc_notify: i32, pub mldv1_unsolicited_report_interval: i32, pub mldv2_unsolicited_report_interval: i32, pub suppress_frag_ndisc: i32, pub accept_ra_from_local: i32, pub use_optimistic: i32, pub accept_ra_mtu: i32, pub stable_secret: i32, pub use_oif_addrs_only: i32, pub accept_ra_min_hop_limit: i32, pub ignore_routes_with_linkdown: i32, pub drop_unicast_in_l2_multicast: i32, pub drop_unsolicited_na: i32, pub keep_addr_on_down: i32, pub rtr_solicit_max_interval: i32, pub seg6_enabled: i32, pub seg6_require_hmac: i32, pub enhanced_dad: i32, pub addr_gen_mode: i32, pub disable_policy: i32, pub accept_ra_rt_info_min_plen: i32, pub ndisc_tclass: i32,
}

Fields

forwarding: i32hoplimit: i32mtu6: i32accept_ra: i32accept_redirects: i32autoconf: i32dad_transmits: i32rtr_solicits: i32rtr_solicit_interval: i32rtr_solicit_delay: i32use_tempaddr: i32temp_valid_lft: i32temp_prefered_lft: i32regen_max_retry: i32max_desync_factor: i32max_addresses: i32force_mld_version: i32accept_ra_defrtr: i32accept_ra_pinfo: i32accept_ra_rtr_pref: i32rtr_probe_interval: i32accept_ra_rt_info_max_plen: i32proxy_ndp: i32optimistic_dad: i32accept_source_route: i32mc_forwarding: i32disable_ipv6: i32accept_dad: i32force_tllao: i32ndisc_notify: i32mldv1_unsolicited_report_interval: i32mldv2_unsolicited_report_interval: i32suppress_frag_ndisc: i32accept_ra_from_local: i32use_optimistic: i32accept_ra_mtu: i32stable_secret: i32use_oif_addrs_only: i32accept_ra_min_hop_limit: i32ignore_routes_with_linkdown: i32drop_unicast_in_l2_multicast: i32drop_unsolicited_na: i32keep_addr_on_down: i32rtr_solicit_max_interval: i32seg6_enabled: i32seg6_require_hmac: i32enhanced_dad: i32addr_gen_mode: i32disable_policy: i32accept_ra_rt_info_min_plen: i32ndisc_tclass: i32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Return the length of the serialized data.

Serialize this types and write the serialized data into the given buffer. Read more

Deserialize the current type.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.