jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [trunk/] [modules/] [networks/] [platform/] [common.pm] - Blame information for rev 7

 

Line No. Rev Author Line
11simandlpackage HotSaNICmod::common;
2 
3sub version {
4 ($VERSION = '$Revision: 1.2 $') =~ s/.*(\d+\.\d+).*/$1/;
5 return "common.pm $VERSION";
6 }
7 
8sub configure {
9 my $num = 0;
10 foreach (@_) {
11 ($var,$value)=HotSaNICparser::parse_line($_);
12 if ($var eq "IPTABLES") { $MODARGS{IPTABLES}=$value; last; }
13 }
14 return %MODARGS
15 }
16 
171;
18 

Powered by WebSVN 2.2.1