Bug 28603

Summary: Не загружаются правила, ранее сохраненные arptables-save
Product: Sisyphus Reporter: А. Китайкин <cetus>
Component: arptablesAssignee: Nobody's working on this, feel free to take it <nobody>
Status: NEW --- QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 Keywords: backport
Version: unstable   
Hardware: all   
OS: Linux   

Description А. Китайкин 2013-02-26 16:36:45 MSK
Выполняем:
arptables -F INPUT
arptables -P INPUT DROP
arptables -A INPUT -i lan1 -d 192.168.3.211 -j ACCEPT

Сохраняем правила arptables при помощи service arptables save (см. 28596), получаем файл /etc/sysconfig/arptables:

*filter
:INPUT DROP
:OUTPUT ACCEPT
:FORWARD ACCEPT
-A INPUT -j ACCEPT -i lan1 -o any -d 192.168.3.211

При последующем service arptables start видим:

Starting arptables: Starting Arp filtering (arptables): arptables v0.0.3-4: Can't use -o with INPUT

Try `arptables -h' or `arptables --help' for more information.
ERROR(line 5):
                                                      [FAILED]
                                                                     [FAILED]
Comment 1 Andrey Cherepanov 2013-02-26 17:17:23 MSK
На Sisyphus.