Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56537 - ip6tables reload uses wrong table to find the table names
Summary: ip6tables reload uses wrong table to find the table names
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-09 06:48 UTC by Ant
Modified: 2004-07-10 11:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ant 2004-07-09 06:48:45 UTC
in /etc/init.d/ip6tables reload function in the for loop the table /proc/net/ip_tables_names should be ip6_tables_names

Reproducible: Always
Steps to Reproduce:
1. /etc/init.d/ip6tables reload
2.
3.

Actual Results:  
 * Flushing firewall...
ip6tables v1.2.9: can't initialize ip6tables table `nat': Table does not exist
(do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
ip6tables v1.2.9: can't initialize ip6tables table `nat': Table does not exist
(do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.                          
                             [ ok ]
 * Loading ip6tables state and starting firewall...
 * Restoring ip6tables ruleset            

Expected Results:  
 * Flushing firewall...                                                        
                             [ ok ]
 * Loading ip6tables state and starting firewall...
 * Restoring ip6tables ruleset                                                 
                             [ ok ]


Just need to change the file cat'ed from ip_tables_names to ip6_tables_names
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2004-07-10 11:05:05 UTC
Fixed in CVS, thanks!