openwrt-packages/net/strongswan
Philip Prindeville ec72d3a9e4 strongswan: fix local_gateway discovery
This has been observed by myself and @luizluca: ip route get is
appending uid0 to the output, as seen from:

root@OpenWrt2:~# ip route get 1.1.1.1
1.1.1.1 via 174.27.160.1 dev eth3 src 174.27.182.184 uid 0
    cache
root@OpenWrt2:~#

so the fix is an anchored match, discarding all else. Also, using
ip -o means never having to do multiline matches...

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2021-02-16 13:32:26 -07:00
..
files strongswan: fix local_gateway discovery 2021-02-16 13:32:26 -07:00
patches strongswan: bump to 5.9.0 2020-09-02 23:20:33 +03:00
Config.in strongswan: quote 'comment' parameter in Config.in 2020-03-18 09:40:54 -03:00
Makefile strongswan: fix local_gateway discovery 2021-02-16 13:32:26 -07:00