diff options
author | hagbard <vyosdev@derith.de> | 2018-09-01 08:45:34 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2018-09-01 08:45:34 -0700 |
commit | 504e4024c9afddb7054a0369f0f0eaf2dc044e1b (patch) | |
tree | 7a1877202346898de04fe8f45d348f1da9c93b02 /src/conf_mode/bcast_relay.py | |
parent | c2c05c74deaaee6ec222cf09345b7e79ab8adcd2 (diff) | |
parent | d48e5d8d196365862feae6943e97cbc803469cbb (diff) | |
download | vyos-1x-504e4024c9afddb7054a0369f0f0eaf2dc044e1b.tar.gz vyos-1x-504e4024c9afddb7054a0369f0f0eaf2dc044e1b.zip |
Merge remote-tracking branch 'upstream/current' into T793
Diffstat (limited to 'src/conf_mode/bcast_relay.py')
-rwxr-xr-x | src/conf_mode/bcast_relay.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf_mode/bcast_relay.py b/src/conf_mode/bcast_relay.py index 8cc948610..d1257d4a5 100755 --- a/src/conf_mode/bcast_relay.py +++ b/src/conf_mode/bcast_relay.py @@ -19,7 +19,6 @@ import sys import os import fnmatch -import subprocess import jinja2 from vyos.config import Config |