commit | 422564673d904a64d7b90f401358333c2e8d9cdb | [log] [tgz] |
---|---|---|
author | ntoorchi <niloofar@opennetworking.org> | Thu May 30 15:49:59 2019 -0700 |
committer | Saurav Das <sauravdas@alumni.stanford.edu> | Tue Nov 05 19:02:02 2019 +0000 |
tree | 38657540695b7056449282dcba428e1580dac3ae | |
parent | b42369b7f70cda8975dcb8937733eff3eec4be4b [diff] [blame] |
Two Extra Columns Are Removed From Flow-table of Device Change-Id: I10823b94a5e4c87567eab8e53b65d8123f5649a7
diff --git a/cli/device.py b/cli/device.py index 44407e2..260b653 100644 --- a/cli/device.py +++ b/cli/device.py
@@ -355,7 +355,8 @@ self.device_id, type=device['type'], flows=device['flows']['items'], - groups=device['flow_groups']['items'] + groups=device['flow_groups']['items'], + fields_to_omit=['table_id', 'goto-table'] ) def do_images(self, line):