You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The arp [options] <ifname> <IP> string from wicked --help hints the idea to extend wicked arp command to have the similar logic due to arp command.
wicked arp --cache-list <ifname>|all (analog to arp -a: display (all) hosts in alternative (BSD) style).
wicked arp --delete <IP>|all (analog to arp -d|--delete: delete a specified entry, will delete LLADDR parameter from /etc/sysconfig/network/ifcfg-<ifname>).
wicked arp --set <IP> <LLADDR> (analog to arp -s|--set: set a new ARP entry, will add LLADDR parameter to /etc/sysconfig/network/ifcfg-<ifname> or will replace, if LLADDR parameter is already exist in /etc/sysconfig/network/ifcfg-<ifname>).
Thanks!
The text was updated successfully, but these errors were encountered:
See issue #690 -- we've added them for internal use "keeping door open" to extend when needed,
but there is no plan to do anything / extend to provide full functionality, because there are enough
utilities doing it, see also "man ip-neighbour", which handles both, ipv4 + ipv6.
Hello!
The
arp [options] <ifname> <IP>
string fromwicked --help
hints the idea to extendwicked arp
command to have the similar logic due toarp
command.wicked arp --cache-list <ifname>|all
(analog toarp -a
: display (all) hosts in alternative (BSD) style).wicked arp --delete <IP>|all
(analog toarp -d|--delete
: delete a specified entry, will delete LLADDR parameter from/etc/sysconfig/network/ifcfg-<ifname>
).wicked arp --set <IP> <LLADDR>
(analog toarp -s|--set
: set a new ARP entry, will addLLADDR
parameter to/etc/sysconfig/network/ifcfg-<ifname>
or will replace, ifLLADDR
parameter is already exist in/etc/sysconfig/network/ifcfg-<ifname>
).Thanks!
The text was updated successfully, but these errors were encountered: