Merge "Drop broute from ebtables_dump"

This commit is contained in:
Zuul 2021-06-15 07:13:31 +00:00 committed by Gerrit Code Review
commit 74bcc0b4ef
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ def disk_space():
def ebtables_dump():
tables = ['filter', 'nat', 'broute']
tables = ['filter', 'nat']
_header("EB Tables Dump")
if not _find_cmd('ebtables'):
return