Skip to content

Commit

Permalink
Permute all the needed flows
Browse files Browse the repository at this point in the history
This ensures that we have all the flows needed.
  • Loading branch information
Zach Leslie committed Feb 3, 2014
1 parent df51e5c commit e7ea76e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/openbsd/ipsec.conf.erb
@@ -1,3 +1,2 @@
# <%= @name %>
ike esp from <%= @local_network %> to <%= @remote_network %> local <%= @local_router %> peer <%= @remote_router %> main auth hmac-sha2-256 enc blowfish quick auth hmac-sha2-384 enc blowfish psk "<%= @key %>"
ike esp from <%= @local_router %> to <%= @remote_router %> local <%= @local_router %> peer <%= @remote_router %> main auth hmac-sha2-256 enc blowfish quick auth hmac-sha2-384 enc blowfish psk "<%= @key %>"
ike esp from { <%= @local_router %> <%= @local_network %> } to { <%= @remote_router %> <%= @remote_network %> } local <%= @local_router %> peer <%= @remote_router %> main auth hmac-sha2-256 enc blowfish quick auth hmac-sha2-384 enc blowfish psk "<%= @key %>"

0 comments on commit e7ea76e

Please sign in to comment.