Skip to content

Commit 5a684eb

Browse files
committed
Drop broute from ebtables_dump
This table is no longer present on most installations, drop it from the list to avoid error messages during log collection that people mistake to be the real error why devstack is failing. This may lose some debugging information in edge cases, but I think the improvement of the general user experience is more important. Change-Id: Ibb9b247a018a788c8c4b40487762319fe470bf0f Closes-Bug: 1885198
1 parent 22038a9 commit 5a684eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/worlddump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def disk_space():
134134

135135

136136
def ebtables_dump():
137-
tables = ['filter', 'nat', 'broute']
137+
tables = ['filter', 'nat']
138138
_header("EB Tables Dump")
139139
if not _find_cmd('ebtables'):
140140
return

0 commit comments

Comments
 (0)