Giter VIP home page Giter VIP logo

Comments (4)

iankko avatar iankko commented on May 16, 2024

Unless someone beats me to it I will provide patch for this during this weekend. This is VALID case
which needs care. See below:

[root@localhost ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.0 (Maipo)
[root@localhost ~]# cat /usr/src/kernels/3.10.0-123.6.3.el7.x86_64/.config | grep SCTP
CONFIG_NF_CT_PROTO_SCTP=m
CONFIG_NF_NAT_PROTO_SCTP=m
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_IP_VS_PROTO_SCTP=y
CONFIG_IP_SCTP=m
CONFIG_NET_SCTPPROBE=m
 CONFIG_SCTP_DBG_MSG is not set
 CONFIG_SCTP_DBG_OBJCNT is not set
 CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5 is not set
CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=y
 CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
CONFIG_SCTP_COOKIE_HMAC_MD5=y
CONFIG_SCTP_COOKIE_HMAC_SHA1=y
[root@localhost ~]# modprobe sctp && echo $?
0
[root@localhost ~]# rpm -ql kernel | grep sctp.ko
/lib/modules/3.10.0-123.el7.x86_64/kernel/net/netfilter/nf_conntrack_proto_sctp.ko
/lib/modules/3.10.0-123.el7.x86_64/kernel/net/netfilter/nf_nat_proto_sctp.ko
/lib/modules/3.10.0-123.el7.x86_64/kernel/net/netfilter/xt_sctp.ko
/lib/modules/3.10.0-123.el7.x86_64/kernel/net/sctp/sctp.ko
[root@localhost ~]#

from content.

shawndwells avatar shawndwells commented on May 16, 2024

@iankko p.s., if you wrap code with four ticks (`), GitHub will autoconvert to code stanzas and take care of formatting for you (went ahead and made the change above). helpful for those who monitor GH via EMails

from content.

iankko avatar iankko commented on May 16, 2024

Corresponding PR: #222

from content.

shawndwells avatar shawndwells commented on May 16, 2024

PR #222 merged, resolving ticket

from content.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.