Skip to content

Commit

Permalink
qemu-ansible: force eth0 to be used by batadv
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui committed Jan 18, 2021
1 parent 3affd31 commit 5407071
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tools/ansible/templates/lime-node
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ config lime 'wifi'
option ap_ssid 'cloud{{cloud}}'
option apname_ssid 'cloud{{cloud}}/%H'

config net 'eth0'
option linux_name 'eth0'
list protocols ieee80211s
list protocols lan
list protocols anygw
list protocols batadv:%N1
list protocols bmx6:13
list protocols olsr:14
list protocols olsr6:15
list protocols olsr2:16
list protocols babeld:17
list protocols bmx7:18

config net 'eth2'
option linux_name 'eth2'
# no 'lan' protocol to avoid being added to br-lan
Expand Down

0 comments on commit 5407071

Please sign in to comment.