Skip to content

Commit

Permalink
olsrd: unify suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Noki committed Sep 22, 2024
1 parent 2c345b5 commit 5ac0be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/cfg_openwrt/templates/corerouter/config/olsrd6.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#jinja2: trim_blocks: "true", lstrip_blocks: "true"
config LoadPlugin
option library 'olsrd_nameservice'
option suffix '.olsr6'
option suffix '.olsr'
option hosts_file '/tmp/hosts/olsr6'
option latlon_file '/tmp/_unused_olsr6_latlon.js'
option services_file '/tmp/_unused_olsr6_services'
Expand Down
2 changes: 1 addition & 1 deletion roles/cfg_openwrt/templates/gateway/config/olsrd6.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#jinja2: trim_blocks: "true", lstrip_blocks: "true"
config LoadPlugin
option library 'olsrd_nameservice'
option suffix '.olsr6'
option suffix '.olsr'
option hosts_file '/tmp/hosts/olsr6'
option latlon_file '/tmp/_unused_olsr6_latlon.js'
option services_file '/tmp/_unused_olsr6_services'
Expand Down

0 comments on commit 5ac0be2

Please sign in to comment.