mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-03 14:23:02 +02:00
When setting up veth pairs we only need to set up one end of the pair, so the confd callback code need a way to remember to skip setting up the peer interface. The code added here is generic enough to handle other such transactions. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>