diff --git a/pages/linux/ifmetric.md b/pages/linux/ifmetric.md new file mode 100644 index 000000000..e84dd94ad --- /dev/null +++ b/pages/linux/ifmetric.md @@ -0,0 +1,12 @@ +# ifmetric + +> An IPv4 route metrics manipulation tool. +> More information: . + +- Set the priority of the specified network interface (a higher number indicates lower priority): + +`sudo ifmetric {{interface}} {{value}}` + +- Reset the priority of the specified network interface: + +`sudo ifmetric {{interface}} {{0}}`