Update tapip, fix set_routes counter

pull/1399/head
Signor Pellegrino 2024-04-15 01:01:25 +03:00 committed by GitHub
parent 300ce14126
commit 06e91f5afd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@ case "$1" in
renew|bound) renew|bound)
ip a add "$ip/$subnet" dev "$interface" ip a add "$ip/$subnet" dev "$interface"
[ -n "$staticroutes" ] && set_routes "$staticroutes" [ -n "$staticroutes" ] && set_routes $staticroutes
;; ;;
esac esac