emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/systemd 9265ef8 126/131: update section lists


From: ELPA Syncer
Subject: [nongnu] elpa/systemd 9265ef8 126/131: update section lists
Date: Sun, 29 Aug 2021 11:35:27 -0400 (EDT)

branch: elpa/systemd
commit 9265ef89ffd4d1cbdd2f650e965cf407f5267200
Author: Mark Oteiza <mvoteiza@udel.edu>
Commit: Mark Oteiza <mvoteiza@udel.edu>

    update section lists
    
    there are very many different specialized network sections now.  only
    a subset of them have been added here
---
 systemd.el | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/systemd.el b/systemd.el
index 2b324ed..3107f85 100644
--- a/systemd.el
+++ b/systemd.el
@@ -81,7 +81,7 @@
 
 (defconst systemd-unit-sections
   '("Unit" "Install" "Service")
-  "Configuration sections for systemd 225.")
+  "Configuration sections for systemd 244.")
 
 (defconst systemd-unit-directives
   (eval-when-compile
@@ -94,10 +94,13 @@
   "Configuration directives for systemd.")
 
 (defconst systemd-network-sections
-  '("Match" "Link" "NetDev" "VLAN" "MACVLAN" "MACVTAP" "IPVLAN" "VXLAN"
+  '("Match" "Link" "NetDev" "VLAN" "MACVLAN" "MACVTAP" "IPVLAN" "IPVTAP" 
"VXLAN"
+    "GENEVE" "L2TP" "L2TPsession" "MACsec" "FooOverUDP"
     "Tunnel" "Peer" "Tun" "Tap" "Bond" "Network" "Address" "Route" "DHCP"
-    "Bridge" "BridgeFDB")
-  "Network configuration sections for systemd 225.")
+    "Neighbor" "IPv6AddressLabel" "RoutingPolicyRule" "NextHop" "DHCPv4"
+    "DHCPv6" "IPv6AcceptRA" "DHCPServer" "IPv6Prefix" "CAN" 
+    "Bridge" "BridgeFDB" "BridgeVLAN" "VXCAN" "WireGuard" "WireGuardPeer")
+  "Network configuration sections for systemd 244 (not exhaustive).")
 
 (defconst systemd-network-directives
   (eval-when-compile
@@ -111,7 +114,7 @@
 
 (defconst systemd-nspawn-sections
   '("Exec" "Files" "Network")
-  "Namespace container configuration sections for systemd 232.")
+  "Namespace container configuration sections for systemd 244.")
 
 (defconst systemd-nspawn-directives
   (eval-when-compile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]