Hi

> Can you share the network config which requires this patch ?
> 
> Hans

config interface 'wan'
        option ifname 'eth0'
        option proto 'dhcp'

config interface 'iptun'
        option proto 'l2tp'
        option defaultroute '0'
        option server '192.168.100.1'   # l2tp server

config interface 'veth'
        option proto 'gretap'
        option ipaddr '10.255.255.100'  # iptun ipaddr
        option peeraddr '10.255.255.1'  # iptun peeraddr
        # option tunlink 'iptun'
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to