From 9e98a0b95b06d5229348c09ef7bb945cded60ebb Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Fri, 7 Apr 2023 09:38:12 +0100 Subject: [PATCH] ifmetric: add page (#10012) * ifmetric: add page Co-authored-by: K.B.Dharun Krishna --- pages/linux/ifmetric.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/ifmetric.md 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}}`