From 544d716c192c171c5fdcbdc16604fc50895e8318 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Thu, 1 Dec 2022 07:17:16 -0500 Subject: [PATCH] disable ecat_arp_info by default --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index 16180708b..61b9fb27f 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -1331,7 +1331,7 @@ whiptail_manager_adv_service_zeeklogs() { "dnp3_control" "" ON \ "dnp3_objects" "" ON \ "ecat_aoe_info" "" ON \ - "ecat_arp_info" "" ON \ + "ecat_arp_info" "" OFF \ "ecat_coe_info" "" ON \ "ecat_dev_info" "" ON \ "ecat_foe_info" "" ON \