]> git.ipfire.org Git - people/stevee/network.git/blobdiff - functions.routing
firewall: Enhance filtering for INVALID packets.
[people/stevee/network.git] / functions.routing
index ed9280c81f6bb54611c5efed59a16c48e8c01d5b..a57fa36dfde31ef6d8b79be0a1c7d42a71fa30cd 100644 (file)
@@ -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