Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15394

Forwarding Protocols • default route distance filter

$
0
0
I'm using a simple routing filter to change the default route distance to 3 but this seems to capture all routes received as everything fits in 0.0.0.0/0 how would I exactly match this instead of everything in 0.0.0.0/0
Code:
if (dst in 0.0.0.0/0) {set distance 3; append comment LTE; accept}else {reject}

Statistics: Posted by rooneybuk — Thu Dec 28, 2023 4:15 pm



Viewing all articles
Browse latest Browse all 15394

Trending Articles