Skip to content

NetworkFile

Shawn Baker edited this page Dec 10, 2018 · 7 revisions

Documentation

https://www.freedesktop.org/software/systemd/man/systemd.network.html

Derived From

Properties

  • match
    • match_architecture
    • match_driver - list
    • match_host
    • match_kernel_command_line
    • match_kernel_version
    • match_mac_address - list ' ' 3
    • match_name - list
    • match_path - list
    • match_type - list
    • match_virtualization
  • link
    • link_all_multicast - bool
    • link_arp - bool
    • link_mac_address
    • link_mtu_bytes - bytes
    • link_multicast - bool
    • link_required_for_online - bool
    • link_unmanaged - bool
  • network
    • network_active_slave - bool
    • network_address - list ' ' 1
    • network_bind_carrier - list
    • network_bond
    • network_bridge
    • network_configure_without_carrier - bool
    • network_description
    • network_dhcp
    • network_dhcp_server - bool
    • network_dns - list ' ' 1
    • network_dns_over_tls
    • network_dnssec
    • network_dnssec_negative_trust_anchors - list
    • network_domains - list
    • network_emit_lldp
    • network_gateway - list ' ' 1
    • network_ip_forward
    • network_ip_masquerade - bool
    • network_ipv4_ll_route - bool
    • network_ipv4_proxy_arp - bool
    • network_ipv6_accept_ra - bool
    • network_ipv6_duplicate_address_detection
    • network_ipv6_hop_limit - int
    • network_ipv6_mtu_bytes - bytes
    • network_ipv6_prefix_delegation
    • network_ipv6_privacy_extensions
    • network_ipv6_proxy_ndp - bool
    • network_ipv6_proxy_ndp_address - list ' ' 1
    • network_ipv6_token
    • network_link_local_addressing
    • network_lldp
    • network_llmnr
    • network_mac_vlan - list ' ' 1
    • network_multicast_dns
    • network_ntp - list ' ' 1
    • network_primary_slave - bool
    • network_tunnel - list ' ' 1
    • network_vlan - list ' ' 1
    • network_vrf
    • network_vxlan - list ' ' 1
  • address
    • address_auto_join - bool
    • address_address - list ' ' 1
    • address_broadcast
    • address_duplicate_address_detection - bool
    • address_home_address - bool
    • address_label
    • address_manage_temporary_address - bool
    • address_peer - list ' ' 1
    • address_preferred_lifetime
    • address_prefix_route - bool
    • address_scope
  • ipv6_address_label
    • ipv6_address_label_label - int
    • ipv6_address_label_prefix
  • routing_policy_rule_firewall
    • routing_policy_rule_firewall_mark - int
    • routing_policy_rule_from
    • routing_policy_rule_incoming_interface
    • routing_policy_rule_outgoing_interface
    • routing_policy_rule_priority - int
    • routing_policy_rule_table - int
    • routing_policy_rule_to
    • routing_policy_rule_type_of_service - int
  • route
    • route_destination
    • route_gateway - list ' ' 1
    • route_gateway_on_link - bool
    • route_initial_advertised_receive_window - bytes
    • route_initial_congestion_window - bytes
    • route_ipv6_preference
    • route_metric - int
    • route_mtu_bytes - bytes
    • route_preferred_source
    • route_protocol
    • route_quick_ack - bool
    • route_scope
    • route_source
    • route_table - int
    • route_type
  • dhcp
    • dhcp_anonymize - bool
    • dhcp_client_identifier
    • dhcp_critical_connection - bool
    • dhcp_duid_raw_data
    • dhcp_duid_type
    • dhcp_host_name
    • dhcp_iad - int
    • dhcp_listen_port - int
    • dhcp_rapid_commit - bool
    • dhcp_request_broadcast - bool
    • dhcp_route_metric - int
    • dhcp_route_table - int
    • dhcp_send_host_name - bool
    • dhcp_use_dns - bool
    • dhcp_use_domains
    • dhcp_use_host_name - bool
    • dhcp_use_mtu - bool
    • dhcp_use_ntp - bool
    • dhcp_use_routes - bool
    • dhcp_use_timezone - bool
    • dhcp_user_class - list
    • dhcp_vendor_class_identifier
  • ipv6_accept_ra
    • ipv6_accept_ra_route_table - int
    • ipv6_accept_ra_use_domains
    • ipv6_accept_ra_use_dns - bool
  • dhcp_server
    • dhcp_server_default_lease_time_sec - seconds
    • dhcp_server_dns - list
    • dhcp_server_emit_dns - bool
    • dhcp_server_emit_ntp - bool
    • dhcp_server_emit_router - bool
    • dhcp_server_emit_time_zone - bool
    • dhcp_server_max_lease_time_sec - seconds
    • dhcp_server_ntp - list
    • dhcp_server_pool_offset - int
    • dhcp_server_pool_size - int
    • dhcp_server_router - list
    • dhcp_server_time_zone
  • ipv6_prefix_delegation
    • ipv6_prefix_delegation_emit_dns - bool
    • ipv6_prefix_delegation_emit_domains - bool
    • ipv6_prefix_delegation_dns - list
    • ipv6_prefix_delegation_dns_lifetime_sec - seconds
    • ipv6_prefix_delegation_domains - list
    • ipv6_prefix_delegation_managed - bool
    • ipv6_prefix_delegation_other_information - bool
    • ipv6_prefix_delegation_router_lifetime_sec - seconds
    • ipv6_prefix_delegation_router_preference
  • ipv6_prefix
    • ipv6_prefix_address_auto_configuration - bool
    • ipv6_prefix_on_link - bool
    • ipv6_prefix_preferred_lifetime_sec - seconds
    • ipv6_prefix_prefix
    • ipv6_prefix_valid_lifetime_sec - seconds
  • bridge
    • bridge_allow_port_to_be_root - bool
    • bridge_cost - int
    • bridge_fast_leave - bool
    • bridge_hair_pin - bool
    • bridge_priority - int
    • bridge_unicast_flood - bool
    • bridge_use_bpdu - bool
  • bridge_fdb
    • bridge_fdb_mac_address
    • bridge_fdb_vlan_id
  • can
    • can_bit_rate - bits
    • can_restart_sec - seconds
    • can_sample_point
  • bridge_vlan
    • bridge_vlan_egress_untagged
    • bridge_vlan_pv_id
    • bridge_vlan_vlan

Methods

  • __init__(file_name='')

Clone this wiki locally