summaryrefslogtreecommitdiffstats
path: root/extensions/libebt_stp.t
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2022-10-07 22:47:06 +0200
committerPhil Sutter <phil@nwl.cc>2024-01-10 16:07:31 +0100
commitdc6efcfeac3828d1839e74afd3ec78bfe8a63a5c (patch)
treeb328de081f31d4c22ee9cf093e1d52bf1997f702 /extensions/libebt_stp.t
parent7e4fd7142366b570e3566df8ecb7fb909bd46b32 (diff)
extensions: libebt_stp: Use guided option parser
Diffstat (limited to 'extensions/libebt_stp.t')
-rw-r--r--extensions/libebt_stp.t16
1 files changed, 16 insertions, 0 deletions
diff --git a/extensions/libebt_stp.t b/extensions/libebt_stp.t
index 17d6c1c0..b3c7e5f3 100644
--- a/extensions/libebt_stp.t
+++ b/extensions/libebt_stp.t
@@ -1,13 +1,29 @@
:INPUT,FORWARD,OUTPUT
--stp-type 1;=;OK
+--stp-type ! 1;=;OK
--stp-flags 0x1;--stp-flags topology-change -j CONTINUE;OK
+--stp-flags ! topology-change;=;OK
--stp-root-prio 1 -j ACCEPT;=;OK
+--stp-root-prio ! 1 -j ACCEPT;=;OK
--stp-root-addr 0d:ea:d0:0b:ee:f0;=;OK
+--stp-root-addr ! 0d:ea:d0:0b:ee:f0;=;OK
+--stp-root-addr 0d:ea:d0:00:00:00/ff:ff:ff:00:00:00;=;OK
+--stp-root-addr ! 0d:ea:d0:00:00:00/ff:ff:ff:00:00:00;=;OK
--stp-root-cost 1;=;OK
+--stp-root-cost ! 1;=;OK
--stp-sender-prio 1;=;OK
+--stp-sender-prio ! 1;=;OK
--stp-sender-addr de:ad:be:ef:00:00;=;OK
+--stp-sender-addr ! de:ad:be:ef:00:00;=;OK
+--stp-sender-addr de:ad:be:ef:00:00/ff:ff:ff:ff:00:00;=;OK
+--stp-sender-addr ! de:ad:be:ef:00:00/ff:ff:ff:ff:00:00;=;OK
--stp-port 1;=;OK
+--stp-port ! 1;=;OK
--stp-msg-age 1;=;OK
+--stp-msg-age ! 1;=;OK
--stp-max-age 1;=;OK
+--stp-max-age ! 1;=;OK
--stp-hello-time 1;=;OK
+--stp-hello-time ! 1;=;OK
--stp-forward-delay 1;=;OK
+--stp-forward-delay ! 1;=;OK