diff options
author | Christian Hesse <mail@eworm.de> | 2018-12-19 17:22:36 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-12-19 17:22:36 +0100 |
commit | ee49fe31848d4e2d2990679e47d9abb033d8c337 (patch) | |
tree | d1f522047662723d6f1399acebabe53ced757124 /global-config | |
parent | 9f077ab8bfdb6e2a5eeb62d83cfacc2b9e73d46b (diff) |
update-gre-address: remove settings from global-config
Instead read infos from gre interface comment.
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/global-config b/global-config index 61933e5..be0392a 100644 --- a/global-config +++ b/global-config @@ -37,11 +37,6 @@ # This controls what configuration is activated by bridge-port-to-default. :global "bridge-port-to" "default"; -# These settings are used to update gre interface settings based on -# remote peer configuration. -:global "gre-cert-prefix" "ikev2-"; -:global "gre-int-prefix" "gre-"; - # Access-list entries matching this comment are updated # with daily pseudo-random PSK. :global "daily-psk-match-comment" "Daily PSK"; |