On Sat, 4 Nov 2017 21:04:22 +0100 Markus Woschank <[email protected]> wrote:
> Is there a specific reason for this behaviour? If not, then I would > argue that showconf should reflect the settings used to configure the > interface and not the current state. Peer endpoints are the only part of the information displayed by wg showconf which change dynamically. Wireguard doesn't cache the original endpoint specified by the config (if any), so it's not possible to display it. > Having the output of showconf reflect the original configuration in a > deterministic way enables configuration/provisioning software to check > if the interface is in the desired state and only take action if it's > not - that would be very helpful at least to me. I'd suggest you set up your provisioning software to ignore the endpoints in "wg showconf"'s output if(f) the configuration file doesn't specify endpoints at all. If the config file does contain an endpoint, it's probably a good idea to compare it to the endpoint reported by wg showconf. Cheers, Luis Ressel _______________________________________________ WireGuard mailing list [email protected] https://lists.zx2c4.com/mailman/listinfo/wireguard
