Florian Eckert 7151054abd wireguard: skip peer config if public key of the peer is not defined
If a config section of a peer does not have a public key defined, the
whole interface does not start. The following log is shown

daemon.notice netifd: test (21071): Line unrecognized: `PublicKey='
daemon.notice netifd: test (21071): Configuration parsing erro

The command 'wg show' does only show the interface name.

With this change we skip the peer for this interface and emit a log
message. So the other peers get configured.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-01-15 21:19:01 +01:00
..
2019-12-26 23:30:33 +01:00
2019-01-24 10:39:30 +01:00
2020-01-12 22:19:37 +01:00
2020-01-07 20:52:23 +01:00
2019-07-08 16:28:47 +02:00
2019-12-06 18:35:55 +01:00
2019-11-09 14:33:42 +01:00
2019-10-19 12:35:55 +02:00
2019-08-05 23:22:26 +02:00
2019-09-01 18:38:04 +02:00
2019-10-12 23:37:00 +02:00
2019-09-12 22:29:47 +02:00
2019-04-06 19:14:06 +02:00