Mateusz Kwiatkowski

Results 49 comments of Mateusz Kwiatkowski

Hello, I decided to add feedback to this issue instead of creating a new one. Thanks @kraileth fot this initiative, idea is great and I'll keep my eyes on it....

You should add you physical interface to this bridge like that: `vm switch add public `. It's mentioned in Quickstart: https://github.com/churchers/vm-bhyve/wiki/Quickstart Some more virtual switches info: https://github.com/churchers/vm-bhyve/wiki/Virtual-Switches

Ok, so this may be different problem. I have never used this setup so maybe @churchers could chime in.

You may want to use vm-bhyve's 'manual' type of switch when you already have bridge configured by other means: ``` vm switch create -t manual -b bridge0 public ``` This...

Hi @sarcasticadmin Thank you for reporting this issue. Unfortunately, I don't have free cycles at this moment to improve this but I'll appreciate PR.

What are use cases for volmodes other than `dev` within vm-bhyve?

Do you still experience the issue when moving IP address from ethernet interface to the bridge? It helped us solve few strange issues.

@paulc great change. Very useful feature and thank you for clearing the man page!

> I had a need to run one vm with `rtprio` and had a look at existing PRs before working on the source myself, so I found this one :)...