Skip to content

Commit

Permalink
add bridge CNI example
Browse files Browse the repository at this point in the history
Signed-off-by: Jing Yang <k.jingyang@gmail.com>
  • Loading branch information
k-jingyang authored Jun 17, 2024
1 parent 584828d commit d417907
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit d417907

Please sign in to comment.