diff options
author | xengineering <me@xengineering.eu> | 2025-08-10 15:58:49 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-08-10 15:58:49 +0200 |
commit | c931e04f7ecf18645d114144e5663e633cfd1a78 (patch) | |
tree | 05732b0e529a45997d49db53635cfd223f4f1a12 /fw/sim/srv/zeth.network | |
parent | 17c334ada43ee5eabd14caabacbe393fe3482451 (diff) | |
download | iot-contact-c931e04f7ecf18645d114144e5663e633cfd1a78.tar iot-contact-c931e04f7ecf18645d114144e5663e633cfd1a78.tar.zst iot-contact-c931e04f7ecf18645d114144e5663e633cfd1a78.zip |
fw: sim: srv: Add this folder
This folder contains material to set up a network environment for the
native sim firmware.
Diffstat (limited to 'fw/sim/srv/zeth.network')
-rw-r--r-- | fw/sim/srv/zeth.network | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fw/sim/srv/zeth.network b/fw/sim/srv/zeth.network new file mode 100644 index 0000000..7bf386a --- /dev/null +++ b/fw/sim/srv/zeth.network @@ -0,0 +1,13 @@ +# This Source Code Form is subject to the terms of the Mozilla Public License, +# v. 2.0. If a copy of the MPL was not distributed with this file, You can +# obtain one at https://mozilla.org/MPL/2.0/. + +[Match] +Name=zeth + +[Network] +IPv6SendRA=yes +Address=2001:db8::36/64 + +[IPv6Prefix] +Prefix=2001:db8::/64 |