[Babel-users] [PATCH 3/3] Always use the same metric for unreachable routes

Juliusz Chroboczek jch at irif.fr
Wed Sep 26 23:37:01 BST 2018


> --- a/kernel_netlink.c
> +++ b/kernel_netlink.c

> +static int ipv4_metric = 0;
> +static int ipv6_metric = 1024;

That's exactly the wrong layer at which to do that.  Policy should be
happening at least 17 layers higher.

What problem is that intended to solve?



More information about the Babel-users mailing list