From 32217b0a34b9284b8f01570232beae8ae304cdf0 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Sat, 22 Aug 2020 13:55:44 +0200 Subject: [PATCH] add tab for single EB setup --- web/htdocs/network/gbe.pl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/web/htdocs/network/gbe.pl b/web/htdocs/network/gbe.pl index 2e25d32..0996ff4 100755 --- a/web/htdocs/network/gbe.pl +++ b/web/htdocs/network/gbe.pl @@ -24,11 +24,17 @@ $page->{link} = "../"; my @setup; -push(@setup,({name => "EB IP", +push(@setup,({name => "EB_single", + cmd => "GBE-0xff7f-IpTable.0", + period => 10000, + address => 1})); + +push(@setup,({name => "EB_all16", cmd => "GBE-0xff7f-IpTable", period => 10000, address => 1})); + push(@setup,({name => "SubEvt", cmd => "GBE-0xff7f-SubEvt", period => 10000, -- 2.43.0