Bug 169573 - iptables-ipv6 missing /lib/iptables/libip6t_REJECT.so
Summary: iptables-ipv6 missing /lib/iptables/libip6t_REJECT.so
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 4
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Dave Jones
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-09-29 19:23 UTC by H. Peter Anvin
Modified: 2015-01-04 22:22 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-10-06 07:43:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description H. Peter Anvin 2005-09-29 19:23:46 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7

Description of problem:
iptables-ipv6 is missing the module libip6t_REJECT.so, required to create REJECT rules.


Version-Release number of selected component (if applicable):
iptables-ipv6-1.3.0-2

How reproducible:
Always

Steps to Reproduce:
ip6tables -A INPUT \! -i lo -p udp -m udp --dport 1119 -j REJECT
  

Actual Results:  ip6tables v1.3.0: Couldn't load target `REJECT':/lib/iptables/libip6t_REJECT.so: cannot open shared object file: No such file or directory

Try `ip6tables -h' or 'ip6tables --help' for more information.


Expected Results:  Creating a reject rule

Additional info:

Comment 1 Thomas Woerner 2005-10-05 15:03:12 UTC
There is a missing define for IP6T_ICMP6_NO_ROUTE in the
netfilter_ipv6/ip6t_REJECT.h header file in glibc-kernheaders and in kernel.

Assigning to kernel for now.
Please assign to glibc-kernheaders if the kernel header file got fixed.


Comment 2 Dave Jones 2005-10-06 07:43:05 UTC
IP6_NF_REJECT isn't in 2.6.13, which the current FC4 kernel is based on.
When I backport 2.6.14 after its release to FC4, I'll revisit this bug.



Note You need to log in before you can comment on or make changes to this bug.