@@ -10,12 +10,12 @@ ensure they're order before netplan
1010 2 files changed, 5 insertions(+), 5 deletions(-)
1111
1212diff --git a/bin/setup-policy-routes.sh b/bin/setup-policy-routes.sh
13- index e4c67d8..a8b9fc8 100755
13+ index 7c51089..335ce18 100755
1414--- a/bin/setup-policy-routes.sh
1515+++ b/bin/setup-policy-routes.sh
16- @@ -63 ,8 +63 ,8 @@ remove)
16+ @@ -67 ,8 +67 ,8 @@ remove)
1717 register_networkd_reloader
18- info "Removing configuration for $iface."
18+ debug "Removing configuration for $iface."
1919 rm -rf "/run/network/$iface" \
2020- "${unitdir}/70-${iface}.network" \
2121- "${unitdir}/70-${iface}.network.d" || true
@@ -25,7 +25,7 @@ index e4c67d8..a8b9fc8 100755
2525 ;;
2626 stop|cleanup)
2727diff --git a/lib/lib.sh b/lib/lib.sh
28- index bb1241a..1d103c8 100644
28+ index fb1f2a8..8cbb1e8 100644
2929--- a/lib/lib.sh
3030+++ b/lib/lib.sh
3131@@ -236,7 +236,7 @@ create_ipv4_aliases() {
@@ -54,7 +54,7 @@ index bb1241a..1d103c8 100644
5454+ local cfgfile="${unitdir}/07-${iface}.network"
5555 if [ -e "$cfgfile" ] &&
5656 [ ! -v EC2_IF_INITIAL_SETUP ]; then
57- debug "Using existing cfgfile ${cfgfile}"
57+ echo $retval
5858- -
59592.47.3
6060
0 commit comments