setups based on Linux network namespaces in a simple manner. It provides a
quick way to setup labs using a text file describing the architecture
(networks, nodes, links, commands). This is much simpler than running each
-node in a separate virtual machine. It is licensed under GPLv3+.
+node in a separate virtual machine or manually allocating the IP addresses for
+each node. It is licensed under GPLv3+.
== Requirements
== Examples
-Have a look at `examples/` for a few small examples which also include running
+Have a look at `examples/` for some examples which also include running
https://bird.network.cz/[Bird] on each node and spawning a Podman container
inside the created nodes running https://frrouting.org/[FRR].
"net" creates a new prefix which is used to allocate addresses for loopback
and link interfaces. Multiple IPv4 and IPv6 prefixes can be specified. When
the network is used one address of each prefix is assigned to the interface.
+"net"s used for loopback interfaces must be separate from "net"s used for link
+interfaces.
=== Option "node"