Parcourir la source

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

Sebastien Badia il y a 9 ans
Parent
commit
0b82c22d03
1 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 2 3
      templates/ripe.j2

+ 2 - 3
templates/ripe.j2

@@ -1,4 +1,3 @@
-remarks:
 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 }}