Package: arptables
Version: 0.0.3.3-1
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***

When saving with arptables-save, rules on the OUTPUT chain get a "-i any" 
inserted
into the rule. This causes arptables-restore to choke when re-loading
the rules as "-i" isn't allowed and doesn't make sense in the context of
the OUTPUT chain.

Here's an example from my setup:

mx:~# arptables -L OUTPUT -v -n --line-numbers
Chain OUTPUT (policy DROP 0 packets, 0 bytes)
1 -j out_eth0 -i * -o eth0 , pcnt=3 -- bcnt=84 
2 -j out_eth1 -i * -o eth1 , pcnt=4 -- bcnt=112 
3 -j out_eth2 -i * -o eth2 , pcnt=0 -- bcnt=0 
4 -j DROP -i * -o any , pcnt=0 -- bcnt=0 

mx:~# arptables-save 
*filter
:INPUT ACCEPT
:OUTPUT DROP
:FORWARD ACCEPT
:out_eth0 -
:out_eth1 -
:out_eth2 -
-A OUTPUT -j out_eth0 -i any -o eth0
-A OUTPUT -j out_eth1 -i any -o eth1
-A OUTPUT -j out_eth2 -i any -o eth2
-A OUTPUT -j DROP -i any -o any

-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-92.1.1.el5 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages arptables depends on:
ii  libc6                         2.7-18     GNU C Library: Shared
libraries

arptables recommends no packages.

arptables suggests no packages.

-- no debconf information

Attachment: signature.asc
Description: Digital signature

Reply via email to