ebtables-restore error "Bad table name 'filter'"
Bug #1672276 reported by
Alex Topchiy
This bug affects 9 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ebtables (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
Xenial |
Won't Fix
|
Undecided
|
Unassigned | ||
Yakkety |
Won't Fix
|
Undecided
|
Unassigned | ||
Zesty |
Won't Fix
|
Undecided
|
Unassigned | ||
Bionic |
Triaged
|
Undecided
|
Unassigned |
Bug Description
ubuntu server 16.04.1 ethernet bridge + ebtables
Standard use.
ebtables-save > txt1.txt
I get this file.
# Generated by ebtables-save v1.0 on Fri Mar 10 16:11:58 MSK 2017
*filter
:INPUT ACCEPT
:FORWARD ACCEPT
:OUTPUT ACCEPT
-A FORWARD -p IPv4 -o enp0s9 --ip-dst 192.168.1.41 --ip-proto tcp -j DROP
I do not modify this file.
I drop the chains.
ebtables -F
I try to restore a configuration from a file I receive an error.
ebtables-restore < txt1.txt
Bad table name 'filter'.
It seems that ebtables-restore does not support the files that ebtables-save generates.
tags: | added: xenial |
tags: | added: yakkety zesty |
Changed in ebtables (Ubuntu): | |
importance: | Undecided → High |
tags: | added: needs-upstream-report |
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.