Bob Mottram 7 年之前
父節點
當前提交
69bf2faf37
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-mesh-batman

+ 1
- 1
src/freedombone-mesh-batman 查看文件

@@ -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