mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 18:40:16 +01:00
man: add unsupported ifcfg-rh settings
Add macsec and dummy setting to the unsupported list. While at it, also sort entries.
This commit is contained in:
parent
2d02711f62
commit
c2ac7e52c5
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ DEVICETYPE=TeamPort
|
|||
|
||||
<xsl:template match="setting">
|
||||
<xsl:variable name="setting_name" select="../@name"/>
|
||||
<xsl:variable name="unsupported" select="'adsl, bluetooth, ppp, pppoe, serial, generic, gsm, cdma, 802-11-olpc-mesh, wimax, vpn, macvlan, vxlan, tun, ip-tunnel'"/>
|
||||
<xsl:variable name="unsupported" select="'802-11-olpc-mesh, adsl, bluetooth, cdma, dummy, generic, gsm, ip-tunnel, macsec, macvlan, ppp, pppoe, serial, tun, vpn, vxlan, wimax'"/>
|
||||
<xsl:if test="not (contains($unsupported, @name))">
|
||||
<table>
|
||||
<title><xsl:value-of select="@name"/> setting</title>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue