netifd
netifd copied to clipboard
[MIRROR] OpenWrt Network interface configuration daemon
### Describe the bug The network_find_wan [function](https://github.com/openwrt/openwrt/blob/a3ee2bf9a11e5f2e4404f9b9f56ca06c6b6891ab/package/base-files/files/lib/functions/network.sh#L254-L268) uses the following query to find the WAN interface: `[@.route[@.target='0.0.0.0' && [email protected]]].interface`. If I parse it correctly, it's supposed to find the interfaces...
### Describe the bug Randomly, changing some configuration parameters or creating a 6in4 or wireguard interface leads to netifd not being able to bring up the interface when running ifup,...
This is required to make `gretap` fragment packets according to https://bugzilla.kernel.org/show_bug.cgi?id=14837
I've developed my own firewall script, which needs to read the addresses from pppoe-wan (that works sufficiently) and br-lan. I'm getting only an ifup event for br-lan. I need to...
This causes DHCP renewals to happen when you disconnect/reconnect cables or re-establish wifi connections on a bridge. I suspect I haven't done this in the right way - i.e. there's...
Hello i have a wwan card (FM350-GL) that give the ipv6, ipv6-pd and gwateway over dhcp but the dnsv6 only over a at command My ModemManager output mmcli -b 1...