Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 576739 Details for
Bug 811422
lldpad: CEE DCBX: advertise bits may be reset to defaults at init
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
The suggested patch ported for the 6.3 package
lldpad-cee-dcbx-only-enable-dcbx-by-default-if-not-explicitly-set.patch (text/plain), 734 bytes, created by
Petr Šabata
on 2012-04-11 10:22:21 UTC
(
hide
)
Description:
The suggested patch ported for the 6.3 package
Filename:
MIME Type:
Creator:
Petr Šabata
Created:
2012-04-11 10:22:21 UTC
Size:
734 bytes
patch
obsolete
>diff --git a/lldp_dcbx.c b/lldp_dcbx.c >index 967d781..ecca4e3 100644 >--- a/lldp_dcbx.c >+++ b/lldp_dcbx.c >@@ -549,6 +549,8 @@ void dcbx_ifup(char *ifname, struct lldp_agent *agent) > (void *)&adminstatus, CONFIG_TYPE_INT) == > cmd_success) > set_lldp_agent_admin(ifname, agent->type, (int)adminstatus); >+ /* ensure advertise bits are set consistently with enabletx */ >+ dont_advertise_dcbx_all(ifname, 1); > } > > tlvs = malloc(sizeof(*tlvs)); >@@ -582,7 +584,7 @@ initialized: > exists = get_config_setting(ifname, agent->type, arg_path, > &enabletx, CONFIG_TYPE_BOOL); > >- if (!exists || enabletx) >+ if (exists != cmd_success) > dont_advertise_dcbx_all(ifname, 1); > > dcbx_bld_tlv(port, agent);
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 811422
: 576739