Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dracut-functions.sh): ip route parsing
The code for determining local interface and address works only for peers that are reachable in a single hop. This is parsed correctly: 192.168.110.1 dev br0 src 192.168.110.160 uid 0 \ cache But this isn't: 192.168.1.4 via 192.168.110.1 dev br0 src 192.168.110.160 uid 0 \ cache Fix it. Fixes: ceca74c ("dracut-functions: add ip_params_for_remote_addr() helper")
- Loading branch information