From 520c89f454c3f9f371e607110abb7b9f7b2855c1 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 8 Apr 2021 19:56:39 +0200 Subject: [PATCH] tests: fix a command in tests/lldpcli.conf This file is not really used, but it contains a non-working command. --- tests/lldpcli.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lldpcli.conf b/tests/lldpcli.conf index 7ba2d9fc..8f1df00f 100644 --- a/tests/lldpcli.conf +++ b/tests/lldpcli.conf @@ -30,7 +30,7 @@ configure lldp portidsubtype local Batman configure lldp portidsubtype local Batman description Batman configure lldp tx-interval 30 configure lldp tx-hold 4 -configure lldp ports eth0 status tx-only +configure ports eth0 lldp status tx-only configure lldp status rx-and-tx configure lldp custom-tlv oui 33,44,55 subtype 44 configure lldp custom-tlv oui 33,44,55 subtype 44 oui-info 45,45,45,45,45 -- 2.39.5