1
0
mirror of synced 2026-02-21 22:27:34 +00:00

Add debian/changelog entry for GH #58 and reformat its comments a bit

This commit is contained in:
Axel Beckert
2020-12-27 16:57:28 +01:00
parent 6aeb8d9d11
commit b7486d427c
2 changed files with 5 additions and 2 deletions

View File

@@ -72,11 +72,13 @@ setupStaticNetworking ()
if [ -n "${netmask}" ]; then
cidr="$(mask2cdr ${netmask})"
fi
# Volker
# p2p code by Volker Janzen
gate=" gateway4: ${gateway}";
point='';
if [ -n "${p2p}" ]; then
# For a p2p setup the gateway4 keyword is replaced by the following on-link default route, when it matches the gateway4.
# For a p2p setup the gateway4 keyword is replaced by the
# following on-link default route, when it matches the
# gateway4.
if [ "${p2p}" = "${gateway}" ]; then
gate=" routes:
- to: 0.0.0.0/0