mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-15 23:26:41 +00:00
![]() read_etc_network_interfaces used the content of /proc/net/if_inet6 to decide whether an interface's state is "active", which means an interface is only active when it has an ipv6 address, thus using net.ipv6.conf.*.disable_ipv6 on an interface will cause it to show as inactive in the web interface. We now filter the interfaces found in /proc/dev/net by their IFF_UP flag read via an SIOCGIFFLAGS ioctl(). |
||
---|---|---|
.. | ||
active_interfaces | ||
base | ||
brbase | ||
loopback | ||
Makefile | ||
proc_net_dev | ||
runtest.pl | ||
t.base.pl | ||
t.bridge_eth_remove_auto.pl | ||
t.bridge-v4-v6.pl | ||
t.create_network.pl | ||
t.keep-option-order.pl | ||
t.list-interfaces.pl | ||
t.ovs_bridge_allow.pl | ||
t.unhandled-interfaces-to-manual.pl | ||
t.unknown_order.pl | ||
t.update_network.pl |