pages.pt_BR/linux/*: add Portuguese Brazilian translations (#13951)
* apport-bug: Add pt_BR translation * cgclassify, cgcreate, cgexec: Add pt_BR translation * ip-route-show: add pt_BR translation * megatools-dl: add pt_BR translation * Apply suggestions from code review --------- Co-authored-by: Renie Siqueira <reniedev.github@3nie.com>
This commit is contained in:

committed by
GitHub

parent
a41ce348db
commit
ca4a29f733
36
pages.pt_BR/linux/ip-route-show.md
Normal file
36
pages.pt_BR/linux/ip-route-show.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# ip route show
|
||||
|
||||
> Exibe subcomando para o gerenciamento de tabelas de roteamento de IP.
|
||||
> Mais informações: <https://manned.org/ip-route>.
|
||||
|
||||
- Exibe a tabela de roteamento:
|
||||
|
||||
`ip route show`
|
||||
|
||||
- Exibe a tabela de roteamento principal (mesmo que o primeiro exemplo):
|
||||
|
||||
`ip route show {{main|254}}`
|
||||
|
||||
- Exibe a tabela de roteamento local:
|
||||
|
||||
`ip route show table {{local|255}}`
|
||||
|
||||
- Exibe todas as tabelas de roteamento:
|
||||
|
||||
`ip route show table {{all|unspec|0}}`
|
||||
|
||||
- Lista rotas apenas a partir de um dispositivo provido:
|
||||
|
||||
`ip route show dev {{eth0}}`
|
||||
|
||||
- Lista rotas dentro de um escopo provido:
|
||||
|
||||
`ip route show scope link`
|
||||
|
||||
- Exibe o cache de roteamento:
|
||||
|
||||
`ip route show cache`
|
||||
|
||||
- Exibe apenas rotas IPv6 ou IPv4:
|
||||
|
||||
`ip {{-6|-4}} route show`
|
Reference in New Issue
Block a user