summaryrefslogtreecommitdiff
path: root/docs/configexamples/autotest/Wireguard/_include
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2021-12-10 21:08:08 +0100
committerrebortg <github@ghlr.de>2021-12-10 21:08:08 +0100
commitc3918dd1ce45f6d437e9c67e4e5b601b37850d9f (patch)
tree6893a878a35c4e256f195238a5e1fefd520e0ad3 /docs/configexamples/autotest/Wireguard/_include
parentafe238a8b94bcc4bc9d44d49f7c0d2eef23d7392 (diff)
downloadvyos-documentation-c3918dd1ce45f6d437e9c67e4e5b601b37850d9f.tar.gz
vyos-documentation-c3918dd1ce45f6d437e9c67e4e5b601b37850d9f.zip
Wireguard: add upgrade test
Diffstat (limited to 'docs/configexamples/autotest/Wireguard/_include')
-rw-r--r--docs/configexamples/autotest/Wireguard/_include/branch.conf2
-rw-r--r--docs/configexamples/autotest/Wireguard/_include/central.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/configexamples/autotest/Wireguard/_include/branch.conf b/docs/configexamples/autotest/Wireguard/_include/branch.conf
index 7e0373ab..604cbbec 100644
--- a/docs/configexamples/autotest/Wireguard/_include/branch.conf
+++ b/docs/configexamples/autotest/Wireguard/_include/branch.conf
@@ -7,7 +7,7 @@ set interfaces wireguard wg01 peer central allowed-ips 10.0.1.0/24
set interfaces wireguard wg01 peer central allowed-ips 192.168.0.0/24
set interfaces wireguard wg01 peer central address 198.51.100.1
set interfaces wireguard wg01 peer central port 51820
-set interfaces wireguard wg01 peer central pubkey "EP6GX0Idw+mMlGUtvZheRR4FmYfxjb3a5GPiNVVf9yY="
+set interfaces wireguard wg01 peer central pubkey "lDtISsk9LqxSw3WuyU2M7WVltpB/8SAFsdcpNUmvcXY="
set interfaces wireguard wg01 port 51820
set protocols static interface-route 10.0.1.0/24 next-hop-interface wg01 \ No newline at end of file
diff --git a/docs/configexamples/autotest/Wireguard/_include/central.conf b/docs/configexamples/autotest/Wireguard/_include/central.conf
index 5bb5b496..6a94ce07 100644
--- a/docs/configexamples/autotest/Wireguard/_include/central.conf
+++ b/docs/configexamples/autotest/Wireguard/_include/central.conf
@@ -7,7 +7,7 @@ set interfaces wireguard wg01 peer branch allowed-ips 10.0.2.0/24
set interfaces wireguard wg01 peer branch allowed-ips 192.168.0.0/24
set interfaces wireguard wg01 peer branch address 198.51.100.2
set interfaces wireguard wg01 peer branch port 51820
-set interfaces wireguard wg01 peer branch pubkey "QjQThdcp2F/pJEXQe4UfOCetML4MMP+aUrUZzjG44xA="
+set interfaces wireguard wg01 peer branch pubkey "usqlT92algd21h6Br8SDrPrlptPkArDRSpOY4qo+0zg="
set interfaces wireguard wg01 port 51820
set protocols static interface-route 10.0.2.0/24 next-hop-interface wg01 \ No newline at end of file