mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-20 16:02:59 +02:00
static-routing: Add "proto static" to static kernel routes.
This commit is contained in:
@@ -35,7 +35,7 @@ function create_all_routes() {
|
||||
continue
|
||||
fi
|
||||
|
||||
ip route add ${network} via ${gateway} table static
|
||||
ip route add ${network} via ${gateway} table static proto static
|
||||
done < ${file}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user