Browse Source

templates: fix syntax (import is a reserved keyword…)

Sebastien Badia 9 years ago
parent
commit
0b82c22d03
1 changed files with 2 additions and 3 deletions
  1. 2 3
      templates/ripe.j2

+ 2 - 3
templates/ripe.j2

@@ -1,4 +1,3 @@
-remarks:
 remarks:    # {{ description }}
 remarks:    # {{ description }}
-export:     to AS{{ neighbor_as }} announce {{ export }}
-import:     from AS{{ neighbor_as }} action pref=100; accept {{ import }}
+export:     to AS{{ neighbor_as }} announce {{ export_as }}
+import:     from AS{{ neighbor_as }} action pref=100; accept {{ import_as }}