mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
Not sure what changed, but without this setting, ND packets would not get through to other hosts connected to the same bridge.
12 lines
321 B
XML
12 lines
321 B
XML
<network ipv6='yes'>
|
|
<name>vnet3</name>
|
|
<uuid>5c537abc-c116-90e9-a0ef-886340d4c356</uuid>
|
|
<forward dev='lo' mode='route'>
|
|
<interface dev='lo'/>
|
|
</forward>
|
|
<bridge name='test-br2' stp='on' delay='0' />
|
|
<mac address='52:54:00:62:4C:69'/>
|
|
<ip address='10.2.0.254' netmask='255.255.0.0'>
|
|
</ip>
|
|
</network>
|