-
Notifications
You must be signed in to change notification settings - Fork 846
Description
Current Situation:
When utilizing the PTP plugin to establish a connection between two containers, the current workflow necessitates the use of IP Address Management (IPAM) to assign IP addresses to the connected veth pair.
Enhancement Proposal:
It would greatly enhance the usability of the PTP plugin if there were an option to create the veth pair without explicitly specifying IP addresses. This would parallel the simplicity offered by bridge configurations, making the PTP plugin more versatile. In certain scenarios, the use of PTP proves to be a superior alternative to bridge configurations, and eliminating the mandatory requirement for IP addresses would streamline the setup process.
Expected Behavior:
-
Users should have the flexibility to create a PTP connection between containers without the obligation to provide explicit IP addresses.
-
This enhancement would align the PTP plugin's functionality more closely with the user-friendly experience offered by bridge configurations.