mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 05:58:01 +02:00
platform/trivial: fix route type name (unavailable -> unreachable)
Fixes: 766349879e ('platform/trivial: add code comments for NMPGlobalTracker')
This commit is contained in:
parent
fb03dbacd8
commit
0decc027ba
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
* view. That is mainly, because such objects are themselves tied to an ifindex.
|
* view. That is mainly, because such objects are themselves tied to an ifindex.
|
||||||
*
|
*
|
||||||
* However, for certain objects that's not the case. For example, policy routing
|
* However, for certain objects that's not the case. For example, policy routing
|
||||||
* rules, certain route types (blackhole, unavailable, prohibit, throw) and MPTCP
|
* rules, certain route types (blackhole, unreachable, prohibit, throw) and MPTCP
|
||||||
* endpoints require a holistic view of the system. That is, because rules and
|
* endpoints require a holistic view of the system. That is, because rules and
|
||||||
* these route types have no ifindex. For MPTCP endpoints, they have an ifindex,
|
* these route types have no ifindex. For MPTCP endpoints, they have an ifindex,
|
||||||
* however we can only configure a small number of them at a time, so we need a
|
* however we can only configure a small number of them at a time, so we need a
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue