From c24d100a6358db8223b500b4baeb246da8c1480e Mon Sep 17 00:00:00 2001 From: Lin Liu Date: Mon, 9 Dec 2024 02:46:27 +0000 Subject: [PATCH] CP-51767: Remove arp and route command Signed-off-by: Lin Liu --- xen-bugtool | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen-bugtool b/xen-bugtool index 7101c37..90f2b2f 100755 --- a/xen-bugtool +++ b/xen-bugtool @@ -262,7 +262,6 @@ SYSCONFIG_SNMPD = '/etc/sysconfig/snmpd' # ACPIDUMP = 'acpidump' -ARP = 'arp' ARPTABLES = 'arptables' BIN_STATIC_VDIS = 'static-vdis' BIOSDEVNAME = 'biosdevname' @@ -306,7 +305,6 @@ OVS_VSCTL = 'ovs-vsctl' PS = 'ps' PVS = 'pvs' QLOGIC_FW = 'strings /lib/firmware/ql2*.bin | grep -i ver' -ROUTE = 'route' RPM = 'rpm' SG_MAP = 'sg_map' SYSCTL = 'sysctl'