netifd icon indicating copy to clipboard operation
netifd copied to clipboard

[MIRROR] OpenWrt Network interface configuration daemon

Results 16 netifd issues
Sort by recently updated
recently updated
newest added

Some kind of devices might become available after initial configuration, and other one like WDS stations or APuP peers can create unpredictably many linux interfaces like wlan0.peer1 wlan0.peer2... To use...

In case of ipip6 tunnels, inherit the tos value in the ip6 header from the inner ip4 header as the default behaviour. Without this commit, the tos value in the...

Add a ubus event network.device for link state change to generate an event when the link goes up and down. The event looks as follows: { "network.device": {"ifname":"eth3","link":"down"} }

i have the problem, that the luci wireless page dont show any stations connected to dynamic vlans on wpa2 enterprise or wpa2 personal ppsk. i traced it back to the...

``` Tue Mar 26 17:42:59 2024 daemon.notice netifd: radio0 (20769): WARNING: Variable 'data' does not exist or is not an array/object Tue Mar 26 17:42:59 2024 daemon.notice netifd: radio1 (20770):...

Most VPN protocols implemented by OpenWRT use `proto_add_host_dependency` to enforce the presence of a route to the endpoint as shown in https://github.com/search?q=org%3Aopenwrt+proto_add_host_dependency+language%3AShell&type=code. In addition, `resolveip` is employed to resolve the...

#### Description I was writing protocol script for `netifd` and had a trouble managing two daemon processes for the same interface. When multiple `proc_run_command` functions are invoked, each one terminates...

This is my network config: ``` config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option ula_prefix 'fdac:2bfe:d5cf::/48' config device option...

hi im setting up a vpn to pass all traffic trough it. to do that, im using `ip4table` and `ip6table` to create a route table for vpn outbound on wan...

I'm trying to add support for remapping interfaces per `ucidef_set_network_device_path` for interfaces not marked "required for boot" in `netdevices.mk` (and therefore not present during `preinit` phase). This is most network...