Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-09-28,master
commit 31cf40173a2799424b804a232a15011fdad180cb Author: Bruno Frare bpfrare@gmail.com Date: Tue Jul 25 15:59:33 2017 +0000
doc: batman-adv/Debian_batman-adv_AutoStartup: removed the 'dev' to add interface
31cf40173a2799424b804a232a15011fdad180cb batman-adv/Debian_batman-adv_AutoStartup.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/batman-adv/Debian_batman-adv_AutoStartup.textile b/batman-adv/Debian_batman-adv_AutoStartup.textile index 19c46e49..de2c22d7 100644 --- a/batman-adv/Debian_batman-adv_AutoStartup.textile +++ b/batman-adv/Debian_batman-adv_AutoStartup.textile @@ -74,8 +74,8 @@ For automatic IPv6 we would use the following: <pre> auto bat0 iface bat0 inet6 auto - pre-up /usr/sbin/batctl if add dev eth0 - pre-up /usr/sbin/batctl if add dev wlan0 + pre-up /usr/sbin/batctl if add eth0 + pre-up /usr/sbin/batctl if add wlan0 </pre>
For manual IPv4 we would use the following: