Browse Source

fix: trim linkdown

pull/20/head
xjasonlyu 4 years ago
parent
commit
f559f9bd3c
  1. 2
      scripts/entrypoint.sh

2
scripts/entrypoint.sh

@ -30,7 +30,7 @@ config_route() {
# clone main route
ip route show table main |
while read -r route; do
ip route add $route table "$TABLE"
ip route add ${route%linkdown*} table "$TABLE"
done
# config default route

Loading…
Cancel
Save