Bob Mottram 7 years ago
parent
commit
69bf2faf37
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-mesh-batman

+ 1
- 1
src/freedombone-mesh-batman View File

@@ -189,7 +189,7 @@ function start {
189 189
 
190 190
     modprobe batman-adv
191 191
 
192
-    # avahi on ipv6
192
+    # avahi on ipv4
193 193
     sed -i 's|use-ipv4=.*|use-ipv4=yes|g' /etc/avahi/avahi-daemon.conf
194 194
     sed -i 's|use-ipv6=.*|use-ipv6=no|g' /etc/avahi/avahi-daemon.conf
195 195
     systemctl restart avahi-daemon