Magnus Skjegstad
Magnus Skjegstad
Yes, that check should probably be more specific. Right now it doesn't inspect the frame, it only relays the payload to every other connected node (except the sender) - so...
Hm - so the TCP stack should probably try to figure out that it is talking to itself without relying on netif then?
I'm fine with closing as `WONTFIX` :-) IIRC my original usecase was to test if a port was open/responding correctly from within the same unikernel.
There's an example for the API go lib that can stop/kill and show VM config given a state dir: https://github.com/moby/hyperkit/blob/master/go/sample/main.go#L65 Perhaps something similar could be added upstream in [linuxkit run...
@samoht I still see the `ocamlfind query conduit.mirage` error after #266. It looks like the mirage-conduit.2.2.0 package in repo/darwin is missing an upper bound on conduit compared to https://github.com/ocaml/opam-repository/blob/master/packages/mirage-conduit/mirage-conduit.2.2.0/opam --...
I can also reproduce this on the latest beta with `docker run -p 80:80 nginx`. The port is open on the external interface locally, but it's not accessible remotely -...
Hm, looking at the current code it looks like the bridge listener function is never cleared properly after an error/disconnect: https://github.com/moby/vpnkit/blob/master/src/hostnet/slirp.ml#L986. I thought this would automatically recover though, I'll take...
Thanks for the pull request. Would it be possible to run the tests in Maven as well?
[1](https://github.com/mirage/mirage-tcpip/pull/129) has been merged. I made a screencast for NSDI using what we had - it worked fine, but currently requires a pinned tcpip stack and manual init/cleanup of Xenstore....
Thanks! Writing `hotplug-status=connected` to xenstore seems to fix the problem with `fast-vif-bridge` at least. /local/domain/0/libxl/disable_udev is set to "1" in Xenstore