ifmetric: add page (#10012)

* ifmetric: add page

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Seth Falco 2023-04-07 09:38:12 +01:00 committed by GitHub
parent c06fee4dd0
commit 9e98a0b95b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
pages/linux/ifmetric.md Normal file
View File

@ -0,0 +1,12 @@
# ifmetric
> An IPv4 route metrics manipulation tool.
> More information: <https://0pointer.de/lennart/projects/ifmetric/>.
- 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}}`