Hacker News new | ask | show | jobs
by sigcode 3563 days ago
mininet, which this project uses, appears to be written only for linux?

is this project linux only?

1 comments

To be fair, I can't think of another OS that directly supports the things Mininet wants to do. To make it work on other platforms, they'd first have to implement those from scratch there.

Does FreeBSD nowadays provide some form of network isolation like it is available with Linux network namespaces? Nothing relevant shows up in the likely places, so I don't think it does.

there are vnet jails that behave similarly.