-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
At the moment, there are 2 problems related to netifd:
- Enabling netifd resets routes completely. For example:
Before enabling netifd:
root@OpenWrt:~# ip -4 r
default via my-ip-from-isp dev wan proto static src my-gateway-for-ip-from-isp
6in4server via my-ip-from-isp dev dev wan proto static
isp-subnet-ips/17 dev wan proto kernel scope link src my-gateway-for-ip-from-isp
192.168.100.0/24 dev br-lan proto kernel scope link src 192.168.100.1
data has been edited for privacy
After enabling netifd:
root@OpenWrt:~# ip r
192.168.100.0/24 dev br-lan proto kernel scope link src 192.168.100.1
- After enabling netifd, custom routes still sent to default route from netifd_interface_default, ignoring pbr configuration.
If I need to send any other data, configs, etc, then I would like to transfer it privately, without describing them in that issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels