【20.03】【iputils】arping -U强制同步模式下,预期不需要返回值,但是openeuler返回了MAC地址 已完成 #I28RQ0 缺陷 DuanAiLing 创建于 2020-12-09 16:30 [root@openEuler ~]# ping 9.82.207.145 PING 9.82.207.145 (9.82.207.145) 56(84) bytes of data. 64 bytes from 9.82.207.145: icmp_seq=1 ...
arping.c build.sh clockdiff.c configure git-version.h.meson iputils.doap iputils_common.c iputils_common.h iputils_ni.h ipv6.h md5.c md5.h meson.build meson_options.txt tracepath.c Latest commit pevik all: Print config options on -V ...
printf(IPUTILS_VERSION("arping")); exit(0); case 'h': case '?': default: usage(); } } argc -= optind; argv += optind; if (argc != 1) usage(); enable_capability_raw(&ctl); ctl.socketfd = socket(PF_PACKET, SOCK_DGRAM, 0); ...
https://salsa.debian.org/debian/iputils/blob/master/debian/iputils-arping.postinst Contributor nmeyerhans commented Jul 11, 2019 Yes, we do install arping in Debian such that unprivileged users can run it. This has been the case since the beginning of time. Since arping isn't installed by...