Change "netvm" to "net qube"

QubesOS/qubes-issues#1015
This commit is contained in:
Andrew David Wong 2021-09-07 23:17:30 -07:00
parent 2a70624386
commit 7f881d8df9
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -119,20 +119,21 @@ changes made are lost when it is shut down.
qubes](#service-qube), where the combination of persistent device assignment qubes](#service-qube), where the combination of persistent device assignment
and ephemeral qube state is desirable. and ephemeral qube state is desirable.
## netvm ## net qube
The property of a [qube](#qube) that specifies from which qube, if any, it Internally known as `netvm`. The property of a [qube](#qube) that specifies
receives network access. Despite the name, `netvm` is a *property* of a qube, from which qube, if any, it receives network access. Despite the name, "net
not a type of VM. For example, it is common for the `netvm` of an [app qube" (or `netvm`) is a *property* of a qube, not a *type* of qube. For
qube](#app-qube) to be the [service qube](#service-qube) `sys-firewall`, which example, it is common for the net qube of an [app qube](#app-qube) to be the
in turn uses `sys-net` as its `netvm`. [service qube](#service-qube) `sys-firewall`, which in turn uses `sys-net` as
its net qube.
* If a qube does not have a `netvm` (i.e., its `netvm` is set to `None`), then * If a qube does not have a net qube (i.e., its `netvm` is set to `None`), then
that qube is offline. It is disconnected from all networking. that qube is offline. It is disconnected from all networking.
* The name derives from "Networking Virtual Machine." Before Qubes 4.0, there * The name `netvm` derives from "Networking Virtual Machine." Before Qubes 4.0,
was a type of [service qube](#service-qube) called a "NetVM." The name of the there was a type of [service qube](#service-qube) called a "NetVM." The name
`netvm` property is a holdover from that era. of the `netvm` property is a holdover from that era.
## qube ## qube