DOKK / manpages / debian 10 / ifmetric / ifmetric.8.en
ifmetric(8) System Manager's Manual ifmetric(8)

ifmetric - An IPv4 route metrics manipulation tool

ifmetric INTERFACE [METRIC]

ifmetric is a Linux tool for setting the metrics of all IPv4 routes attached to a given network interface at once. This may be used to change the priority of routing IPv4 traffic over the interface. Lower metrics correlate with higher priorities.

ifmetric uses the Linux NETLINK interface to manipulate the routes. Because of that it is compatible with routes created with the new iproute2 utility.

You should specify the interface name as first parameter. The second parameter should be the new metric. If omitted the metric 0 (highest) is used.

0 Success

1 Failure

ifmetric was written by Lennart Poettering <mzvszrgevp (at) 0pointer (dot) de>. ifmetric is available at http://0pointer.de/lennart/projects/ifmetric/

route(8), ip(8) (iproute2)

This man page was written using xml2man(1) by Oliver Kurth.

User Manuals