zephyr/samples/net/eth_native_posix/net_setup_host.conf
Jukka Rissanen e4212306cd samples: net: eth_native_posix: Sample for native networking
This application just enables native host networking and net-shell
which allows connectivity from zephyr to host system via tap device.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-03-18 20:47:36 -04:00

12 lines
207 B
Plaintext

#
# Configuration options for setting up the host network interface
#
HWADDR="00:00:5e:00:53:ff"
IPV6_ADDR_1="2001:db8::2"
IPV6_ROUTE_1="2001:db8::/64"
IPV4_ADDR_1="192.0.2.2"
IPV4_ROUTE_1="192.0.2.0/24"