search for: libip4tc

Displaying 9 results from an estimated 9 matches for "libip4tc".

2018 Aug 01
1
[Bug 1275] New: if IPTC_DEBUG is defined, compiler reports errors
...S: All Status: NEW Severity: enhancement Priority: P5 Component: libiptc Assignee: netfilter-buglog at lists.netfilter.org Reporter: cscnull at gmail.com if IPTC_DEBUG is defined, compiler reports errors link this: In file included from libip4tc.c:113:0: libiptc.c: In function 'iptc_read_counter': libiptc.c:194:62: error: incompatible type for argument 1 of 'do_check' #define CHECK(h) do { if (!getenv("IPTC_NO_CHECK")) do_check((h), __LINE__); } while(0)...
2002 Mar 01
3
iptables 1.2.5 and shorewall 1.2.8?
...l KERNEL_DIR=/usr/src/linux Then I rebooted to my new kernel. Now when shorewall starts/stops I get errors like these: [root@acfw iptables-1.2.5]# /etc/init.d/shorewall stop Processing /etc/shorewall/shorewall.conf ... Processing /etc/shorewall/params ... Stopping Shorewall...iptables: libiptc/libip4tc.c:384: do_check: Assertion `h->info.valid_hooks == (1 << 0 | 1 << 3)'' failed. Aborted Anyone point me in the right direction? Sorry, I am bit fried at this point in the night and I think that I am missing some important step in the iptables patching (wasn''t this h...
2018 Aug 07
2
id <username> - doesnt list all groups
Thank for your answer: But i dont know understand why is following not working: I want to restrict the ssh access for a special domain member: In my "sshd_config" i added: AllowGroups restrictaccess root With user2 im able to login via ssh! log: pam_krb5(sshd:auth): user user2 authenticated as user2 at ROOTRUDI.DE With user1 im not! log: User user1 from 192.168.0.100 not allowed
2010 Aug 03
3
[ANNOUNCE]: Release of iptables-1.4.9
The netfilter coreteam presents: iptables version 1.4.9 the iptables release for the 2.6.35 kernel. Changes include: - support for the LED target, which hadn't been merged so far because the kernel module had some bugs - a new version of the set extension for the upcoming release supporting IPv6 - negation support for the quota match - support for the SACK-IMMEDIATELY SCTP
2018 Feb 22
0
[Bug 1231] New: libxt_bpf.c:69:6: error: 'union bpf_attr' has no member named 'pathname'
...ables-save.o xtables_multi-iptables-restore.o xtables_multi-iptables-standalone.o xtables_multi-iptables.o xtables_multi-ip6tables-save.o xtables_multi-ip6tables-restore.o xtables_multi-ip6tables-standalone.o xtables_multi-ip6tables.o xtables_multi-xshared.o ../extensions/libext.a ../libiptc/.libs/libip4tc.so ../extensions/libext4.a ../libiptc/.libs/libip6tc.so ../extensions/libext6.a ../libxtables/.libs/libxtables.so -lm -L/home/tim/raspi/usr/lib -Wl,-rpath -Wl,/home/tim/raspi/usr/lib /home/tim/raspi/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/../lib/gcc/arm-linux-gnueabihf/4.9.3/../../../.....
2016 May 01
12
[Bug 1064] New: iptables-save fails silently in unprivileged lxc/lxd container
...OEXEC) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=20483, ...}) = 0 mmap(NULL, 20483, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f8b23208000 close(3) = 0 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/x86_64-linux-gnu/libip4tc.so.0", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\26\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0644, st_size=27424, ...}) = 0 mmap(NULL, 2122496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8b22de4000 mprotect(0x7f8...
2018 Nov 07
3
[Bug 1291] New: iptables 1.8.0+ no longer builds against kernel 3.10.108
...lude/libiptc/ipt_kernel_headers.h:8, from /home/ubuntu/projects/LibreELEC.tv/build.LibreELEC-WeTek_Core.arm-9.0-devel/iptables-1.8.1/include/libiptc/libiptc.h:6, from /home/ubuntu/projects/LibreELEC.tv/build.LibreELEC-WeTek_Core.arm-9.0-devel/iptables-1.8.1/libiptc/libip4tc.c:29: /home/ubuntu/projects/LibreELEC.tv/build.LibreELEC-WeTek_Core.arm-9.0-devel/linux-95ba9d626c0fce672caa296f5911ab9190881642/include/uapi/linux/in.h:26:3: error: redeclaration of enumerator 'IPPROTO_IP' IPPROTO_IP = 0, /* Dummy protocol for TCP */ ^~~~~~~~~~ /home/ubuntu/project...
2015 Dec 18
0
[ANNOUNCE] iptables 1.6.0 release
...fix inconsistent data type in NFT_EXPR_CMP_OP and NFT_EXPR_META_KEY configure: fix wrong reference to the conntrack-tools configure: rename --disable-xtables to --disable-nftables configure: conditional dependencies for nftables-compat xtables-restore: remove dependency with libip4tc xtables: add xtables-compat-multi for the nftables compatibility layer nft-compat: fix IP6T_F_GOTO flag handling nft-compat: fix wrong protocol context in initialization Merge branch 'nft-compat' iptables.8: update coreteam members from manpage Merge bran...
2011 Aug 03
18
[Bug 734] New: Iptables on Arm Processor with Vanilla Kernel
http://bugzilla.netfilter.org/show_bug.cgi?id=734 Summary: Iptables on Arm Processor with Vanilla Kernel Product: netfilter/iptables Version: linux-2.6.x Platform: arm OS/Version: Debian GNU/Linux Status: NEW Severity: critical Priority: P5 Component: unknown AssignedTo: netfilter-buglog at