diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-17 08:28:50 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-17 08:29:30 +0200 |
commit | ea197c50871bed0cc8ece074f3ca8c1008bf05e9 (patch) | |
tree | e464cc5ce0a9cd84d5aaa42f24b26a499b191803 /src/conf_mode | |
parent | 75c7e2a5cea6713623208a4023455de64d13d7e1 (diff) | |
download | vyos-1x-ea197c50871bed0cc8ece074f3ca8c1008bf05e9.tar.gz vyos-1x-ea197c50871bed0cc8ece074f3ca8c1008bf05e9.zip |
flow-accounting: T2275: import render template from correct library
Diffstat (limited to 'src/conf_mode')
-rwxr-xr-x | src/conf_mode/flow_accounting_conf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/conf_mode/flow_accounting_conf.py b/src/conf_mode/flow_accounting_conf.py index 1354488ac..8c6a5490d 100755 --- a/src/conf_mode/flow_accounting_conf.py +++ b/src/conf_mode/flow_accounting_conf.py @@ -27,8 +27,7 @@ from vyos.ifconfig import Interface from vyos.config import Config from vyos import ConfigError from vyos.util import cmd -from vyos.render import render - +from vyos.template import render # default values default_sflow_server_port = 6343 |