flannel-io / flannel

flannel is a network fabric for containers, designed for Kubernetes
Apache License 2.0
8.6k stars 2.87k forks source link

extension/vxlan: remove arp commands from vxlan examples #1952

Closed jeffmahoney closed 2 months ago

jeffmahoney commented 2 months ago

Commit 645c8a126bf (Remove net-tools since it's an old package that we are not using) was incomplete. The vxlan examples still use the arp command. This commit updates those to use `ip neigh replace' instead.

None required
pgonin commented 1 month ago

welcome to the fun side @jeffmahoney and many thanks for your contribution