Skip to content

add bridge CNI example #575

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ Also note that use of CNI-configured network interfaces will require the SDK to
`CAP_SYS_ADMIN` and `CAP_NET_ADMIN` Linux capabilities (in order to have the
ability to create and configure network namespaces).

#### Commmunication between VM guests

`ptp` only allows the host and the VM guest to communicate with each other. To enable communication between
VM guests, the `bridge` plugin needs to be used. An example configuration can be found [here](https://github.com/firecracker-microvm/firecracker-containerd/blob/main/tools/demo/fcnet.conflist).

### Network Setup Limitations
These limitations are a result of the current implementation and may be lifted in the future:
* For a given VM, if a CNI-configured network interface is specified or a static interface
Expand Down