Skip to content
Snippets Groups Projects
Verified Commit 1e38ec43 authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

openwrt: Fix typo in setting eui64 ip on LAN

As reported on our forum, there is a typo in the patch that is modifying
default IPv6 assignment for LAN network.

https://forum.turris.cz/t/turris-os-6-5-1-is-out/19722/15
parent 6c631511
1 merge request!697openwrt: Fix typo in setting eui64 ip on LAN
Pipeline #122189 passed with stages
in 6 minutes and 54 seconds
......@@ -23,7 +23,7 @@ index 38362813d1..a19b3ede79 100755
+ if [ -e /proc/sys/net/ipv6 ]; then
+ uci -q batch <<-EOF
+ set network.$1.ip6assign='60'
+ set network.$1.ip6ifaceif='eui64'
+ set network.$1.ip6ifaceid='eui64'
+ set network.$1.ip6addr='fe80::1'
+ EOF
+ fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment