FreeBSD Bugzilla – Attachment 221504 Details for
Bug 252532
ifconfig incorrectly displays stp roles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
252532.diff (text/plain), 595 bytes, created by
jcaplan
on 2021-01-12 18:43:01 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
jcaplan
Created:
2021-01-12 18:43:01 UTC
Size:
595 bytes
patch
obsolete
>Index: sys/net/if_bridgevar.h >=================================================================== >--- sys/net/if_bridgevar.h (revision 368820) >+++ sys/net/if_bridgevar.h (working copy) >@@ -278,15 +278,15 @@ > "discarding" > > #define STP_PROTOS \ >- "stp" \ >- "-" \ >+ "stp", \ >+ "-", \ > "rstp" > > #define STP_ROLES \ >- "disabled" \ >- "root" \ >- "designated" \ >- "alternate" \ >+ "disabled", \ >+ "root", \ >+ "designated", \ >+ "alternate", \ > "backup" > > #define PV2ID(pv, epri, eaddr) do { \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 252532
: 221504