Skip to content

Commit

Permalink
Merge "Fixing a minor bug (removing re-directional operator) from rt …
Browse files Browse the repository at this point in the history
…--dump. This was blocking rt --dump outputs for inet, bridge and inet6 families."
  • Loading branch information
Jenkins CI authored and opencontrail-ci-admin committed Sep 11, 2020
2 parents a8d93b0 + 54cce0c commit 2c0d272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/utils/vrouter_agent_debug_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ def get_per_vrf_logs(self):
cmd = family[i]

myCmd = sudo_prefix + 'docker exec %s /bin/sh -c \
"rt --dump %d --family %s" >>' % (self._container, var, cmd)
"rt --dump %d --family %s"' % (self._container, var, cmd)
cmd_op = self.get_ssh_cmd_output(myCmd)
dest_path = '%s/vrouter_logs/VRF_%d_Family%s' \
% (self._parent_dir, var, cmd)
Expand Down

0 comments on commit 2c0d272

Please sign in to comment.