Displaying 3 results from an estimated 3 matches for "ng_iface".
2015 Sep 23
3
Large scale tinc tests
...E
to do generic Ethernet and IP testing and routing, but I found
that at least on Imunes it is problematic to start TAP iface
on vimage on FreeBSD (at least 4.11 with I use).
To fix that, I think about coding in BSD NetGraph support
to tinc. But first I need to do testing if actualy netgraph
nodes ng_iface can be easly maintained within vimage.
Additionaly, ng_iface does not support Ethernet, so Im stuck
with IP.
Regards,
Borg
2015 Sep 23
0
Large scale tinc tests
...rk part of each tinc instance.
You can then run any networking tools in those namespaces as well,
without having to result to network {si,e}mulator frameworks.
> To fix that, I think about coding in BSD NetGraph support
> to tinc. But first I need to do testing if actualy netgraph
> nodes ng_iface can be easly maintained within vimage.
> Additionaly, ng_iface does not support Ethernet, so Im stuck
> with IP.
Isn't there ng_ether? Anyway, if you want to do this, have a look at
src/dummy_device.c and src/multicast_device.c. You probably want to make
a netgraph_device.c then.
--
Me...
2015 Sep 23
2
Large scale tinc tests
...rk part of each tinc instance.
You can then run any networking tools in those namespaces as well,
without having to result to network {si,e}mulator frameworks.
> To fix that, I think about coding in BSD NetGraph support
> to tinc. But first I need to do testing if actualy netgraph
> nodes ng_iface can be easly maintained within vimage.
> Additionaly, ng_iface does not support Ethernet, so Im stuck
> with IP.
Isn't there ng_ether? Anyway, if you want to do this, have a look at
src/dummy_device.c and src/multicast_device.c. You probably want to make
a netgraph_device.c then.
--
Me...