Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93138 - iptables feature request. third party script.
Summary: iptables feature request. third party script.
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-18 23:05 UTC by Peter Volkov (RETIRED)
Modified: 2005-07-11 19:46 UTC (History)
1 user (show)

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 Peter Volkov (RETIRED) gentoo-dev 2005-05-18 23:05:37 UTC
Hello.   
   
I would like ask about feature, that I think can be very useful. Instead of   
using save/restore capabilities of iptables, why not to add the possibility to   
start some additional script to populate iptables rules?   
   
So I would like to add something like this in /etc/conf.d/iptables   
   
USE_SCRIPT="yes"   
SCRIPT_TO_POPULATE="/root/bin/iptables"   
 
And in such configuration, iptables should start that script instead of 
iptables restore. 

Reproducible: Always
Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2005-07-11 19:46:14 UTC
seems kind of pointless ... why not just make your own init.d script in that case