search for: ipproto_icmp

Displaying 6 results from an estimated 6 matches for "ipproto_icmp".

2018 Nov 07
3
[Bug 1291] New: iptables 1.8.0+ no longer builds against kernel 3.10.108
...on of 'IPPROTO_IP' was here IPPROTO_IP = 0, /* Dummy protocol for TCP. */ ^~~~~~~~~~ /home/ubuntu/projects/LibreELEC.tv/build.LibreELEC-WeTek_Core.arm-9.0-devel/linux-95ba9d626c0fce672caa296f5911ab9190881642/include/uapi/linux/in.h:28:3: error: redeclaration of enumerator 'IPPROTO_ICMP' IPPROTO_ICMP = 1, /* Internet Control Message Protocol */ ^~~~~~~~~~~~ /home/ubuntu/projects/LibreELEC.tv/build.LibreELEC-WeTek_Core.arm-9.0-devel/toolchain/armv7a-libreelec-linux-gnueabi/sysroot/usr/include/netinet/in.h:44:5: note: previous definition of 'IPPROTO_ICMP' was here...
2004 May 05
3
Simple HTB setup with tcng
Hello all, I am trying to set up a simple htb based system, where packets with source ip 10.0.0.1 should have their own class. I plan to use tcng to set it up easier. Is there something wrong in my tcng file ? ~/tcng$ cat htb /* */ #include "fields.tc" #include "ports.tc" dev eth0 { htb ( ) { class ( rate 600kbps, ceil 600kbps ) {
2004 May 05
1
Re: [Fwd: Re: Simple HTB setup with tcng]
...# class ( <> ) if SLB_ok( $policer ); > > > # drop if 1; > > > # } > > > > > > egress { > > > class ( <$ppp> ) if meta_nfmark == 0x7; > > > > > > class ( <$high> ) if ip_proto == IPPROTO_ICMP || > > > ip_tos == 0x10 || > > > tcp_sport == 80 || > > > tcp_sport == 110 || > > > udp_sport == 53 || > > > tcp_ack;...
2009 Dec 07
7
Name Resolution Broken for One Address
...seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 mprotect(0xad3000, 8192, PROT_READ) = 0 mprotect(0xd71000, 4096, PROT_READ) = 0 mprotect(0x15e000, 4096, PROT_READ) = 0 munmap(0xb7f8b000, 82386) = 0 socket(PF_INET, SOCK_RAW, IPPROTO_ICMP) = 3 getuid32() = 0 setuid32(0) = 0 brk(0) = 0x88f1000 brk(0x8912000) = 0x8912000 getpid() = 5376 open("/etc/resolv.conf", O_RDONLY) = 4 f...
1999 Jul 30
0
Linux 2.2.10 ipchains Advisory (fwd)
...unsigned int size_req; switch (ip->protocol) { case IPPROTO_TCP: /* Don't care about things past flags word */ size_req = 16; break; case IPPROTO_UDP: case IPPROTO_ICMP: size_req = 8; break; default: size_req = 0; } offset = (ntohs(ip->tot_len) < (ip->ihl<<2)+size_req); } As mentioned above, fragments with an offset of 0,...
2006 Jul 26
5
linux-2.6-xen.hg
Hi, Is the http://xenbits.xensource.com/linux-2.6-xen.hg tree still being updated? if not, what''s the preferred Linux tree to track that has all of the Xen bits? Thanks, Muli _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel