From d496eea29c9950ac412b72b940eaab42e7292219 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Sat, 8 Jun 2024 18:27:44 +0200 Subject: [PATCH] Interfaces: Diagnostics: ARP|NDP Table - enable cache to increase responsiveness --- src/opnsense/service/conf/actions.d/actions_interface.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/opnsense/service/conf/actions.d/actions_interface.conf b/src/opnsense/service/conf/actions.d/actions_interface.conf index 651eae2f1..4c8dcf371 100644 --- a/src/opnsense/service/conf/actions.d/actions_interface.conf +++ b/src/opnsense/service/conf/actions.d/actions_interface.conf @@ -63,6 +63,7 @@ message:invoke dynamic interface registration command:/usr/local/opnsense/scripts/interfaces/list_arp.py parameters:%s %s type:script_output +cache_ttl:30 message:request arp table [remove.arp] @@ -81,6 +82,7 @@ message:flush arp table command:/usr/local/opnsense/scripts/interfaces/list_ndp.py parameters: %s type:script_output +cache_ttl:30 message:request ndp table [list.macdb]