Page MenuHomeVyOS Platform

Static arp is not set if another entry is present
Closed, ResolvedPublicBUG

Description

Static arp is not set if another entry is present.

Reproduce the problem:

show ip neighbors interface br3003780
Address         Interface    Link layer address    State
--------------  -----------  --------------------  ---------
194.55.234.49   br3003780                          FAILED
set protocols static arp interface br3003780 address 194.55.234.49 mac 00:15:5d:a6:1a:01
commit
show ip neighbors interface br3003780
Address         Interface    Link layer address    State
--------------  -----------  --------------------  ---------
194.55.234.49   br3003780                          FAILED

Details

Difficulty level
Easy (less than an hour)
Version
1.4-rolling-202208150217
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)