mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 10:18:51 +03:00
ifmetric: add page (#10012)
* ifmetric: add page Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
c06fee4dd0
commit
9e98a0b95b
12
pages/linux/ifmetric.md
Normal file
12
pages/linux/ifmetric.md
Normal 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}}`
|
Loading…
Reference in New Issue
Block a user