Skip to content

[pbr 1.2.3-r49] debugging problems with netifd #92

@LenaTDDS

Description

@LenaTDDS

At the moment, there are 2 problems related to netifd:

  1. 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 
  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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions