static_routes
Daniel Clavijo Coca 2 years ago
parent 135aa3eece
commit 899b25d188
No known key found for this signature in database
GPG Key ID: 073626228D14586A

@ -577,7 +577,7 @@ get_route_info() {
route=$1
# Remove whitespaces beginning and end
route="${route# }"
route=$(echo "$route" | sed 's/^[[:space:]]*//')
route=$(echo "$route" | sed 's/[[:space:]]*$//')
# Parse traffic source, destination and outgoing interface

Loading…
Cancel
Save