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 307319 Details for
Bug 441383
IPV6DOD: openswan should negotiate CCM algorithm.
[?]
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]
SADB_EALG_MAX and sadb_x_lifetime_packets fix
rc6.diff (text/plain), 893 bytes, created by
Paul Wouters
on 2008-06-01 20:21:17 UTC
(
hide
)
Description:
SADB_EALG_MAX and sadb_x_lifetime_packets fix
Filename:
MIME Type:
Creator:
Paul Wouters
Created:
2008-06-01 20:21:17 UTC
Size:
893 bytes
patch
obsolete
>diff -r openswan-2.6.14rc6/include/kernel_alg.h openswan-2.6.14rc6-fixed/include/kernel_alg.h >69c69 >< #define ESP_EALG_PRESENT(algo) (((algo)<=SADB_EALG_MAX)&&(esp_ealg[(algo)].sadb_alg_id==(algo))) >--- >> #define ESP_EALG_PRESENT(algo) (((algo)<=K_SADB_EALG_MAX)&&(esp_ealg[(algo)].sadb_alg_id==(algo))) >71c71 >< for (algo=1; algo <= SADB_EALG_MAX; algo++) \ >--- >> for (algo=1; algo <= K_SADB_EALG_MAX; algo++) \ >74c74 >< for (algo=SADB_EALG_MAX; algo >0 ; algo--) \ >--- >> for (algo=K_SADB_EALG_MAX; algo >0 ; algo--) \ >diff -r openswan-2.6.14rc6/include/linux/pfkeyv2.h openswan-2.6.14rc6-fixed/include/linux/pfkeyv2.h >51a52,53 >> uint32_t sadb_x_lifetime_packets; >> uint32_t sadb_x_lifetime_reserved; >diff -r openswan-2.6.14rc6/linux/net/ipsec/pfkey_v2_build.c openswan-2.6.14rc6-fixed/linux/net/ipsec/pfkey_v2_build.c >384a385 >> pfkey_lifetime->sadb_x_lifetime_packets = packets;
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 441383
:
306757
|
307268
| 307319