# ebtables-restore < txt1.txt Bad table name 'filter'. # ebtables -t filter -L Bridge table: filter
Bridge chain: INPUT, entries: 0, policy: ACCEPT
Bridge chain: FORWARD, entries: 0, policy: ACCEPT
Bridge chain: OUTPUT, entries: 0, policy: ACCEPT
So i think this is a bug, probably upstream?
Heh, looks like upstream recently deleted this file: https://git.netfilter.org/ebtables/commit/?id=826faffa38de8ce55bb32cd1549fb732229fd80f but I think it's unrelated. In any case, we should probably try to build from source on a victim LXD and debug it a bit further.
# ebtables-restore < txt1.txt
Bad table name 'filter'.
# ebtables -t filter -L
Bridge table: filter
Bridge chain: INPUT, entries: 0, policy: ACCEPT
Bridge chain: FORWARD, entries: 0, policy: ACCEPT
Bridge chain: OUTPUT, entries: 0, policy: ACCEPT
So i think this is a bug, probably upstream?
Heh, looks like upstream recently deleted this file: https:/ /git.netfilter. org/ebtables/ commit/ ?id=826faffa38d e8ce55bb32cd154 9fb732229fd80f but I think it's unrelated. In any case, we should probably try to build from source on a victim LXD and debug it a bit further.