source: freewrt/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch@ b917538

freewrt_1_0 freewrt_2_0
Last change on this file since b917538 was b917538, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago
  • sync with changes in trunk
  • lzo2 instead of lzo
  • fix tinc/vtun build
  • security update for openssh/openssl
  • update for iproute2,openvpn,openntpd, iptables and ipp, openswan
  • disable ipv6 in busybox, autoselect this feature for all ipv6 related packages
  • add better startup scripts for openssh and openntpd

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@800 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 721 bytes
  • iproute2-2.6.16-060323

    diff -Nur iproute2-2.6.16-060323/ip/ipxfrm.c iproute2-2.6.16-060323.no_sctp/ip/ipxfrm.c
    old new  
    444444        switch (sel->proto) {
    445445        case IPPROTO_TCP:
    446446        case IPPROTO_UDP:
    447         case IPPROTO_SCTP:
    448         case IPPROTO_DCCP:
    449447        default: /* XXX */
    450448                if (sel->sport_mask)
    451449                        fprintf(fp, "sport %u ", ntohs(sel->sport));
     
    999997                switch (sel->proto) {
    1000998                case IPPROTO_TCP:
    1001999                case IPPROTO_UDP:
    1002                 case IPPROTO_SCTP:
    1003                 case IPPROTO_DCCP:
    10041000                        break;
    10051001                default:
    10061002                        fprintf(stderr, "\"sport\" and \"dport\" are invalid with proto=%s\n", strxf_proto(sel->proto));
Note: See TracBrowser for help on using the repository browser.