Module netsim::node [] [src]

This module is for use with the spawn::network_v4 function. The functions herein provide a simple way to define a hierarchical network with routes automatically configured. If you need more flexibility in the configuration of a virtual network then you should use the device module types directly.

Re-exports

pub use self::ip::IpNode;
pub use self::ipv4::Ipv4Node;
pub use self::ipv6::Ipv6Node;
pub use self::ether::EtherNode;

Modules

ether

Nodes for creating ethernet networks

ip

Nodes for creating IP networks

ipv4

Nodes for creating IPv4 networks

ipv6

Nodes for creating IPv6 networks