mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
Merge pull request #1376 from kernelkit/copilot/review-issue-947
Document VETH pair limitation with containers
This commit is contained in:
@@ -668,6 +668,12 @@ set:
|
|||||||
|
|
||||||
For an example of both, see the next section.
|
For an example of both, see the next section.
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> **VETH Pair Limitation:** When using VETH pairs with containers, at least
|
||||||
|
> one side of the pair must remain in the host namespace. It is currently
|
||||||
|
> not possible to create VETH pairs where both ends are assigned to different
|
||||||
|
> containers. One end must always be accessible from the host.
|
||||||
|
|
||||||
[^3]: Something which the container bridge network type does behind the
|
[^3]: Something which the container bridge network type does behind the
|
||||||
scenes with one end of an automatically created VETH pair.
|
scenes with one end of an automatically created VETH pair.
|
||||||
|
|
||||||
|
|||||||
@@ -59,7 +59,11 @@ submodule infix-if-container {
|
|||||||
|
|
||||||
identity host {
|
identity host {
|
||||||
base container-network;
|
base container-network;
|
||||||
description "Host device, e.g., one end of a VETH pair or other host interface.";
|
description "Host device, e.g., one end of a VETH pair or other host interface.
|
||||||
|
|
||||||
|
Note: When using VETH pairs, at least one side must remain in the
|
||||||
|
host namespace. Both ends of a VETH pair cannot be assigned to
|
||||||
|
different containers.";
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -13,7 +13,11 @@ submodule infix-if-veth {
|
|||||||
|
|
||||||
organization "KernelKit";
|
organization "KernelKit";
|
||||||
contact "kernelkit@googlegroups.com";
|
contact "kernelkit@googlegroups.com";
|
||||||
description "Linux virtual Ethernet pair extension for ietf-interfaces.";
|
description "Linux virtual Ethernet pair extension for ietf-interfaces.
|
||||||
|
|
||||||
|
Note: When using VETH pairs with containers, at least one side
|
||||||
|
of the pair must remain in the host namespace. Both ends of a
|
||||||
|
VETH pair cannot be assigned to different containers.";
|
||||||
|
|
||||||
revision 2023-06-05 {
|
revision 2023-06-05 {
|
||||||
description "Initial revision.";
|
description "Initial revision.";
|
||||||
|
|||||||
Reference in New Issue
Block a user