ClusterLabs / resource-agents

Combined repository of OCF agents from the RHCS and Linux-HA projects
GNU General Public License v2.0
493 stars 579 forks source link

iface-macvlan: new resource agent #1815

Closed vafgoettlich closed 1 year ago

vafgoettlich commented 1 year ago

We needed a Resource-Agent for adding / removing macvlan devices. This is because we are using a Gateway in one place which only supports forwarding to a destination if you keep the MAC-Address for a specific IP. I found other people searching the Web with the need of a macvlan RA, so I had the Idea to publish this. It is currently limited to bridge type because I only have tested it with type bridge.

knet-ci-bot commented 1 year ago

Can one of the admins verify this patch?

oalbrigt commented 1 year ago

ok to test

oalbrigt commented 1 year ago

PR to add to Makefiles: https://github.com/ClusterLabs/resource-agents/pull/1816