- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
sub check_interface
{
my $int_input = shift;
my $all_intr_local = [];
$_ = qx[ip a];
s[\d{1,}:[ ]{1,}([^ ]{1,}):.*]<unshift(@$all_intr_local, $1)>ge;
if ( ! grep( { /^$config_params{$int_input}$/ } @$all_intr_local ))
{
$warning->debug("Error: interface $int_input can't found local!!!");
exit 1;
}
else
{
$info->debug("Load param $int_input = $config_params{$int_input}.");
}
}
Dummy00001 21.02.2011 18:52 # +5
warning? debug? error? can't found?
весьма читабельный код ;)
SadKo 21.02.2011 18:57 # 0
Lure Of Chaos 21.02.2011 22:17 # 0
guest 21.02.2011 22:52 # +1
Анонимус 21.02.2011 23:42 # +2
guest 21.02.2011 23:51 # +3
Не найден, но есть.)
SadKo 22.02.2011 00:12 # +1
Хотя да, она реально доставляет.
Lure Of Chaos 22.02.2011 00:19 # +2
SadKo 22.02.2011 00:21 # 0
roskomgovno 24.07.2018 04:46 # 0