]> The Tcpdump Group git mirrors - tcpdump/commitdiff
STP: Remove trailing spaces in output
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 16 Nov 2015 15:49:09 +0000 (16:49 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 18 Jan 2017 08:16:39 +0000 (09:16 +0100)
print-stp.c
tests/evb.out
tests/mstp-v.out
tests/of10_s4810-vvvv.out
tests/spb_bpduv4-v.out

index 6797153652eb63e5b150a64faeb21da106eb31a6..2f5c9175acf5340f9cf3155c98987809f820488e 100644 (file)
@@ -235,7 +235,6 @@ trunc:
 #define SPB_BPDU_AGREEMENT_RES2_OFFSET    SPB_BPDU_AGREEMENT_RES1_OFFSET + 4
 #define SPB_BPDU_AGREEMENT_DIGEST_OFFSET  SPB_BPDU_AGREEMENT_RES2_OFFSET + 4
 
-
 static int
 stp_print_mstp_bpdu(netdissect_options *ndo, const struct stp_bpdu_ *stp_bpdu,
                     u_int length)
@@ -262,7 +261,7 @@ stp_print_mstp_bpdu(netdissect_options *ndo, const struct stp_bpdu_ *stp_bpdu,
                    RSTP_EXTRACT_PORT_ROLE(stp_bpdu->flags))));
 
     ND_TCHECK(stp_bpdu->root_path_cost);
-    ND_PRINT((ndo, "CIST root-id %s, CIST ext-pathcost %u ",
+    ND_PRINT((ndo, "CIST root-id %s, CIST ext-pathcost %u",
            stp_print_bridge_id((const u_char *)&stp_bpdu->root_id),
            EXTRACT_32BITS(&stp_bpdu->root_path_cost)));
 
@@ -271,7 +270,7 @@ stp_print_mstp_bpdu(netdissect_options *ndo, const struct stp_bpdu_ *stp_bpdu,
            stp_print_bridge_id((const u_char *)&stp_bpdu->bridge_id)));
 
     ND_TCHECK(stp_bpdu->port_id);
-    ND_PRINT((ndo, "CIST port-id %04x, ", EXTRACT_16BITS(&stp_bpdu->port_id)));
+    ND_PRINT((ndo, "CIST port-id %04x,", EXTRACT_16BITS(&stp_bpdu->port_id)));
 
     ND_TCHECK(stp_bpdu->forward_delay);
     ND_PRINT((ndo, "\n\tmessage-age %.2fs, max-age %.2fs"
@@ -287,7 +286,7 @@ stp_print_mstp_bpdu(netdissect_options *ndo, const struct stp_bpdu_ *stp_bpdu,
     ND_PRINT((ndo, "MCID Name "));
     if (fn_printzp(ndo, ptr + MST_BPDU_CONFIG_NAME_OFFSET, 32, ndo->ndo_snapend))
        goto trunc;
-    ND_PRINT((ndo, ", rev %u, "
+    ND_PRINT((ndo, ", rev %u,"
             "\n\t\tdigest %08x%08x%08x%08x, ",
                  EXTRACT_16BITS(ptr + MST_BPDU_CONFIG_NAME_OFFSET + 32),
                  EXTRACT_32BITS(ptr + MST_BPDU_CONFIG_DIGEST_OFFSET),
@@ -296,7 +295,7 @@ stp_print_mstp_bpdu(netdissect_options *ndo, const struct stp_bpdu_ *stp_bpdu,
                  EXTRACT_32BITS(ptr + MST_BPDU_CONFIG_DIGEST_OFFSET + 12)));
 
     ND_TCHECK_32BITS(ptr + MST_BPDU_CIST_INT_PATH_COST_OFFSET);
-    ND_PRINT((ndo, "CIST int-root-pathcost %u, ",
+    ND_PRINT((ndo, "CIST int-root-pathcost %u,",
             EXTRACT_32BITS(ptr + MST_BPDU_CIST_INT_PATH_COST_OFFSET)));
 
     ND_TCHECK_BRIDGE_ID(ptr + MST_BPDU_CIST_BRIDGE_ID_OFFSET);
@@ -364,7 +363,7 @@ stp_print_spb_bpdu(netdissect_options *ndo, const struct stp_bpdu_ *stp_bpdu,
     if (fn_printzp(ndo, ptr + offset + SPB_BPDU_CONFIG_NAME_OFFSET, 32,
                   ndo->ndo_snapend))
        goto trunc;
-    ND_PRINT((ndo, ", Rev %u, \n\t\tdigest %08x%08x%08x%08x",
+    ND_PRINT((ndo, ", Rev %u,\n\t\tdigest %08x%08x%08x%08x",
             EXTRACT_16BITS(ptr + offset + SPB_BPDU_CONFIG_REV_OFFSET),
             EXTRACT_32BITS(ptr + offset + SPB_BPDU_CONFIG_DIGEST_OFFSET),
             EXTRACT_32BITS(ptr + offset + SPB_BPDU_CONFIG_DIGEST_OFFSET + 4),
@@ -372,8 +371,8 @@ stp_print_spb_bpdu(netdissect_options *ndo, const struct stp_bpdu_ *stp_bpdu,
             EXTRACT_32BITS(ptr + offset + SPB_BPDU_CONFIG_DIGEST_OFFSET + 12)));
 
     ND_PRINT((ndo, "\n\tAgreement num %d, Discarded Agreement num %d, Agreement valid-"
-            "flag %d, \n\tRestricted role-flag: %d, Format id %d cap %d, "
-            "Convention id %d cap %d, \n\tEdge count %d, "
+            "flag %d,\n\tRestricted role-flag: %d, Format id %d cap %d, "
+            "Convention id %d cap %d,\n\tEdge count %d, "
             "Agreement digest %08x%08x%08x%08x%08x\n",
             ptr[offset + SPB_BPDU_AGREEMENT_OFFSET]>>6,
             ptr[offset + SPB_BPDU_AGREEMENT_OFFSET]>>4 & 0x3,
index db8888c16000a4df53eee3ea8fc6aac77be8f82a..d5d71e86b3c91484203f0644381027f126f488a7 100644 (file)
@@ -1,23 +1,23 @@
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102
-       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0
+       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 64, MCID Name Default, rev 0, 
-               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0, 
+       v3len 64, MCID Name Default, rev 0,
+               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0,
        CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102
-       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0
+       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 64, MCID Name Default, rev 0, 
-               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0, 
+       v3len 64, MCID Name Default, rev 0,
+               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0,
        CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102
-       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0
+       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 64, MCID Name Default, rev 0, 
-               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0, 
+       v3len 64, MCID Name Default, rev 0,
+               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0,
        CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
 LLDP, length 103
        Chassis ID TLV (1), length 7
@@ -61,86 +61,86 @@ LLDP, length 103
          0x0000:  0080 c20e 0000 00a7 0010 01
        End TLV (0), length 0
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102
-       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0
+       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 64, MCID Name Default, rev 0, 
-               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0, 
+       v3len 64, MCID Name Default, rev 0,
+               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0,
        CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102
-       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0
+       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 64, MCID Name Default, rev 0, 
-               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0, 
+       v3len 64, MCID Name Default, rev 0,
+               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0,
        CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102
-       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0
+       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 64, MCID Name Default, rev 0, 
-               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0, 
+       v3len 64, MCID Name Default, rev 0,
+               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0,
        CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102
-       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0
+       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 64, MCID Name Default, rev 0, 
-               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0, 
+       v3len 64, MCID Name Default, rev 0,
+               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0,
        CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102
-       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0
+       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 64, MCID Name Default, rev 0, 
-               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0, 
+       v3len 64, MCID Name Default, rev 0,
+               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0,
        CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102
-       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0
+       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 64, MCID Name Default, rev 0, 
-               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0, 
+       v3len 64, MCID Name Default, rev 0,
+               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0,
        CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102
-       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0
+       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 64, MCID Name Default, rev 0, 
-               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0, 
+       v3len 64, MCID Name Default, rev 0,
+               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0,
        CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102
-       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0
+       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 64, MCID Name Default, rev 0, 
-               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0, 
+       v3len 64, MCID Name Default, rev 0,
+               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0,
        CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102
-       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0
+       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 64, MCID Name Default, rev 0, 
-               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0, 
+       v3len 64, MCID Name Default, rev 0,
+               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0,
        CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102
-       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0
+       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 64, MCID Name Default, rev 0, 
-               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0, 
+       v3len 64, MCID Name Default, rev 0,
+               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0,
        CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102
-       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0
+       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 64, MCID Name Default, rev 0, 
-               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0, 
+       v3len 64, MCID Name Default, rev 0,
+               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0,
        CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102
-       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.08:00:27:0d:f1:3c, CIST ext-pathcost 0
+       CIST regional-root-id 8000.08:00:27:0d:f1:3c, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 64, MCID Name Default, rev 0, 
-               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0, 
+       v3len 64, MCID Name Default, rev 0,
+               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0,
        CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
index 16127b5e849272c61b1a1ab46362e214b4ecaec5..998ebfaa5eea674256ee15d356bdf482c08abeff 100644 (file)
@@ -1,9 +1,9 @@
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 134
-       port-role Root, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000 
-       CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 8012, 
+       port-role Root, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
+       CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 8012,
        message-age 1.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 96, MCID Name Brewery, rev 0, 
-               digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 200000, 
+       v3len 96, MCID Name Brewery, rev 0,
+               digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 200000,
        CIST bridge-id 8000.00:1e:f7:05:a8:80, CIST remaining-hops 20
        MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Designated
                MSTI regional-root-id 6001.00:1e:f7:05:a8:80, pathcost 0
@@ -12,11 +12,11 @@ STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 134
                MSTI regional-root-id 8002.00:16:46:b5:8c:80, pathcost 200000
                MSTI bridge-prio 8, port-prio 8, hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward, Agreement], length 134
-       port-role Designated, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000 
-       CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 800f, 
+       port-role Designated, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
+       CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 800f,
        message-age 1.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 96, MCID Name Brewery, rev 0, 
-               digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 0, 
+       v3len 96, MCID Name Brewery, rev 0,
+               digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 0,
        CIST bridge-id 8000.00:16:46:b5:8c:80, CIST remaining-hops 20
        MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root
                MSTI regional-root-id 6001.00:1e:f7:05:a8:80, pathcost 200000
@@ -25,11 +25,11 @@ STP 802.1s, Rapid STP, CIST Flags [Learn, Forward, Agreement], length 134
                MSTI regional-root-id 8002.00:16:46:b5:8c:80, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 134
-       port-role Root, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000 
-       CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 8012, 
+       port-role Root, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
+       CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 8012,
        message-age 1.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 96, MCID Name Brewery, rev 0, 
-               digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 200000, 
+       v3len 96, MCID Name Brewery, rev 0,
+               digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 200000,
        CIST bridge-id 8000.00:1e:f7:05:a8:80, CIST remaining-hops 20
        MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Designated
                MSTI regional-root-id 6001.00:1e:f7:05:a8:80, pathcost 0
@@ -38,11 +38,11 @@ STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 134
                MSTI regional-root-id 8002.00:16:46:b5:8c:80, pathcost 200000
                MSTI bridge-prio 8, port-prio 8, hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward, Agreement], length 134
-       port-role Designated, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000 
-       CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 800f, 
+       port-role Designated, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
+       CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 800f,
        message-age 1.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 96, MCID Name Brewery, rev 0, 
-               digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 0, 
+       v3len 96, MCID Name Brewery, rev 0,
+               digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 0,
        CIST bridge-id 8000.00:16:46:b5:8c:80, CIST remaining-hops 20
        MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root
                MSTI regional-root-id 6001.00:1e:f7:05:a8:80, pathcost 200000
@@ -51,11 +51,11 @@ STP 802.1s, Rapid STP, CIST Flags [Learn, Forward, Agreement], length 134
                MSTI regional-root-id 8002.00:16:46:b5:8c:80, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 134
-       port-role Root, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000 
-       CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 8012, 
+       port-role Root, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
+       CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 8012,
        message-age 1.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 96, MCID Name Brewery, rev 0, 
-               digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 200000, 
+       v3len 96, MCID Name Brewery, rev 0,
+               digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 200000,
        CIST bridge-id 8000.00:1e:f7:05:a8:80, CIST remaining-hops 20
        MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Designated
                MSTI regional-root-id 6001.00:1e:f7:05:a8:80, pathcost 0
@@ -64,11 +64,11 @@ STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 134
                MSTI regional-root-id 8002.00:16:46:b5:8c:80, pathcost 200000
                MSTI bridge-prio 8, port-prio 8, hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward, Agreement], length 134
-       port-role Designated, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000 
-       CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 800f, 
+       port-role Designated, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
+       CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 800f,
        message-age 1.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 96, MCID Name Brewery, rev 0, 
-               digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 0, 
+       v3len 96, MCID Name Brewery, rev 0,
+               digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 0,
        CIST bridge-id 8000.00:16:46:b5:8c:80, CIST remaining-hops 20
        MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root
                MSTI regional-root-id 6001.00:1e:f7:05:a8:80, pathcost 200000
@@ -77,11 +77,11 @@ STP 802.1s, Rapid STP, CIST Flags [Learn, Forward, Agreement], length 134
                MSTI regional-root-id 8002.00:16:46:b5:8c:80, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 134
-       port-role Root, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000 
-       CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 8012, 
+       port-role Root, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
+       CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 8012,
        message-age 1.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 96, MCID Name Brewery, rev 0, 
-               digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 200000, 
+       v3len 96, MCID Name Brewery, rev 0,
+               digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 200000,
        CIST bridge-id 8000.00:1e:f7:05:a8:80, CIST remaining-hops 20
        MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Designated
                MSTI regional-root-id 6001.00:1e:f7:05:a8:80, pathcost 0
@@ -90,11 +90,11 @@ STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 134
                MSTI regional-root-id 8002.00:16:46:b5:8c:80, pathcost 200000
                MSTI bridge-prio 8, port-prio 8, hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward, Agreement], length 134
-       port-role Designated, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000 
-       CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 800f, 
+       port-role Designated, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
+       CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 800f,
        message-age 1.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 96, MCID Name Brewery, rev 0, 
-               digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 0, 
+       v3len 96, MCID Name Brewery, rev 0,
+               digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 0,
        CIST bridge-id 8000.00:16:46:b5:8c:80, CIST remaining-hops 20
        MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root
                MSTI regional-root-id 6001.00:1e:f7:05:a8:80, pathcost 200000
@@ -103,11 +103,11 @@ STP 802.1s, Rapid STP, CIST Flags [Learn, Forward, Agreement], length 134
                MSTI regional-root-id 8002.00:16:46:b5:8c:80, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 134
-       port-role Root, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000 
-       CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 8012, 
+       port-role Root, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
+       CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 8012,
        message-age 1.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 96, MCID Name Brewery, rev 0, 
-               digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 200000, 
+       v3len 96, MCID Name Brewery, rev 0,
+               digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 200000,
        CIST bridge-id 8000.00:1e:f7:05:a8:80, CIST remaining-hops 20
        MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Designated
                MSTI regional-root-id 6001.00:1e:f7:05:a8:80, pathcost 0
@@ -116,11 +116,11 @@ STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 134
                MSTI regional-root-id 8002.00:16:46:b5:8c:80, pathcost 200000
                MSTI bridge-prio 8, port-prio 8, hops 20
 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward, Agreement], length 134
-       port-role Designated, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000 
-       CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 800f, 
+       port-role Designated, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
+       CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 800f,
        message-age 1.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 96, MCID Name Brewery, rev 0, 
-               digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 0, 
+       v3len 96, MCID Name Brewery, rev 0,
+               digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 0,
        CIST bridge-id 8000.00:16:46:b5:8c:80, CIST remaining-hops 20
        MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root
                MSTI regional-root-id 6001.00:1e:f7:05:a8:80, pathcost 200000
index 2fb45d6a862e6161d21b230c9b65e156005e865c..fd0e3b1f8a671e21e022508126dcc88fdf000f2e 100644 (file)
@@ -886,11 +886,11 @@ IP (tos 0x0, ttl 64, id 53604, offset 0, flags [DF], proto TCP (6), length 189)
         buffer_id NONE, total_len 119, in_port 1, reason ACTION
         data (119 octets), frame decoding below
 STP 802.1s, Rapid STP, CIST Flags [Proposal, Learn, Forward, Agreement], length 102
-       port-role Designated, CIST root-id 8000.08:9e:01:62:d5:f4, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.08:9e:01:62:d5:f4, CIST port-id 8034, 
+       port-role Designated, CIST root-id 8000.08:9e:01:62:d5:f4, CIST ext-pathcost 0
+       CIST regional-root-id 8000.08:9e:01:62:d5:f4, CIST port-id 8034,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 64, MCID Name pica8, rev 0, 
-               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0, 
+       v3len 64, MCID Name pica8, rev 0,
+               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0,
        CIST bridge-id 8000.08:9e:01:62:d5:f4, CIST remaining-hops 20
 IP (tos 0x0, ttl 64, id 53605, offset 0, flags [DF], proto TCP (6), length 168)
     10.0.0.81.56068 > 10.0.0.20.6633: Flags [P.], cksum 0x4a03 (correct), seq 10350:10466, ack 4641, win 1035, options [nop,nop,TS val 3 ecr 47837000], length 116: OpenFlow
@@ -1319,11 +1319,11 @@ IP (tos 0x0, ttl 64, id 53775, offset 0, flags [DF], proto TCP (6), length 189)
         buffer_id NONE, total_len 119, in_port 1, reason NO_MATCH
         data (119 octets), frame decoding below
 STP 802.1s, Rapid STP, CIST Flags [Proposal, Learn, Forward, Agreement], length 102
-       port-role Designated, CIST root-id 8000.08:9e:01:62:d5:f4, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.08:9e:01:62:d5:f4, CIST port-id 8034, 
+       port-role Designated, CIST root-id 8000.08:9e:01:62:d5:f4, CIST ext-pathcost 0
+       CIST regional-root-id 8000.08:9e:01:62:d5:f4, CIST port-id 8034,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 64, MCID Name pica8, rev 0, 
-               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0, 
+       v3len 64, MCID Name pica8, rev 0,
+               digest ac36177f50283cd4b83821d8ab26de62, CIST int-root-pathcost 0,
        CIST bridge-id 8000.08:9e:01:62:d5:f4, CIST remaining-hops 20
 IP (tos 0x0, ttl 64, id 53128, offset 0, flags [DF], proto TCP (6), length 52)
     10.0.0.20.6633 > 10.0.0.81.56068: Flags [.], cksum 0x148b (incorrect -> 0xb3e0), seq 4857, ack 14903, win 331, options [nop,nop,TS val 47839052 ecr 6], length 0
index fb8654c5afb451f99e9a966e78db66afdefead75..019b249ece5232bad517edbdea738a3b6cacaafc 100644 (file)
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000
 
 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
-       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0 
-       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003, 
+       port-role Designated, CIST root-id 8000.52:54:00:45:5f:15, CIST ext-pathcost 0
+       CIST regional-root-id 8000.52:54:00:45:5f:15, CIST port-id 8003,
        message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
-       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0, 
-               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0, 
+       v3len 80, MCID Name IEEE802.1 SPB Default, rev 0,
+               digest 67d768dfa948eb5e9fd54077e80975a2, CIST int-root-pathcost 0,
        CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
        MSTI 10, Flags [Learn, Forward], port-role Designated
                MSTI regional-root-id 800a.52:54:00:45:5f:15, pathcost 0
                MSTI bridge-prio 8, port-prio 8, hops 20
-       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 
+       v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0,
                digest c8bd946a00815f86ace612b9f8616283
-       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0, 
-       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32, 
+       Agreement num 0, Discarded Agreement num 0, Agreement valid-flag 0,
+       Restricted role-flag: 0, Format id 0 cap 0, Convention id 2 cap 32,
        Edge count 32, Agreement digest 0000000e918994fa9ca00398d9138a3e54000000