arp-monitor on bond interface will not commit.
vyos@vyos# show interfaces bonding bond0 arp-monitor +interval 10000 +target 192.168.1.10 [edit] vyos@vyos# commit [ interfaces bonding bond0 arp-monitor interval 10000 ] sh: line 0: echo: write error: Invalid argument [[interfaces bonding bond0]] failed Commit failed
bonding config -
vyos@vyos# show interfaces bonding
bonding bond0 {
address 192.168.1.1/24
+ arp-monitor {
+ interval 10000
+ target 192.168.1.10
+ }
description "Interface Bond"
firewall {
}
hash-policy layer2
mode 802.3ad
}