ipsec.conf#118
Merged
usernamealreadyis merged 1 commit intoOct 30, 2017
Merged
Conversation
usernamealreadyis
commented
Oct 30, 2017
Contributor
> Reusing Existing Parameters > > All conn and ca sections inherit the parameters defined in a conn %default > or ca %default section, respectively. > > Parameters defined in other conn or ca sections may be included in a section > with the also=othersection parameter. The included section may in turn use the > also keyword to include other sections. > > In versions prior to 5.2.0 each setting could only be defined once, so settings included > via also could not be changed (the only exception were settings defined in the %default > section, which could be overwritten once). > Since 5.2.0 settings from included sections may be changed - the same setting may > even be defined multiple times in the same section, the last value will be used. It does > not matter if settings are defined before or after an also statement, settings in the current > section always override inherited settings. But if multiple also statements are used in the > same section their order matters (settings from a section included later will override those > from previously included sections). The new parser also allows to unset a setting by > assigning no value (e.g. leftcert=), the setting's default value, if any, will apply, which > may be used to "remove" settings inherited from e.g. the %default section.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.