X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=functions.routing;h=a57fa36dfde31ef6d8b79be0a1c7d42a71fa30cd;hb=7649cf7373d9d19a5fb1bdbd951beb6e4735e24d;hp=ed9280c81f6bb54611c5efed59a16c48e8c01d5b;hpb=d2021e870cf8f2dcaa7081c3f4a0e9671c308b1c;p=people%2Fstevee%2Fnetwork.git diff --git a/functions.routing b/functions.routing index ed9280c8..a57fa36d 100644 --- a/functions.routing +++ b/functions.routing @@ -56,7 +56,7 @@ function routing_default_update() { # If we have got a Point-to-Point device, we will directly send all # packets into the pipe. if device_is_ptp ${zone}; then - routes="${routes} nexthop dev ${zone}" + routes="${routes} dev ${zone}" # On other devices, we will use the gateway if we got one. elif isset gateway; then