summaryrefslogtreecommitdiff
path: root/src/conf_mode/protocols_isis.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf_mode/protocols_isis.py')
-rwxr-xr-xsrc/conf_mode/protocols_isis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/protocols_isis.py b/src/conf_mode/protocols_isis.py
index b7afad473..da91f3b11 100755
--- a/src/conf_mode/protocols_isis.py
+++ b/src/conf_mode/protocols_isis.py
@@ -126,7 +126,7 @@ def generate(isis):
process = list(isis.keys())[0]
isis[process]['process'] = process
- isis['new_frr_config'] = render_to_string('frr/isis.frr.tmpl',
+ isis['new_frr_config'] = render_to_string('frr/isisd.frr.tmpl',
isis[process])
return None