Interfaces: Diagnostics: ARP/NDP Table - add missing ACL entries, closes https://github.com/opnsense/core/issues/7256

This commit is contained in:
Ad Schellevis 2024-02-19 12:59:40 +01:00
parent 637208acdb
commit e7d18bfedc

View File

@ -4,6 +4,7 @@
<patterns>
<pattern>ui/diagnostics/interface/arp/*</pattern>
<pattern>api/diagnostics/interface/getArp*</pattern>
<pattern>api/diagnostics/interface/search_arp*</pattern>
</patterns>
</page-diagnostics-arptable>
<page-diagnostics-ndptable>
@ -11,6 +12,7 @@
<patterns>
<pattern>ui/diagnostics/interface/ndp/*</pattern>
<pattern>api/diagnostics/interface/getNdp*</pattern>
<pattern>api/diagnostics/interface/search_ndp*</pattern>
</patterns>
</page-diagnostics-ndptable>
<page-diagnostics-netstat>