@@ -144,6 +144,9 @@ CHANGES WITH 246 in spe:
144144 RxMiniBufferSize= and RxJumboBufferSize= in order to configure jumbo
145145 frame ring buffer sizes.
146146
147+ * networkd.conf gained a new boolean setting ManageForeignRoutes=. If
148+ enabled systemd-networkd manage all routes configured by other tools.
149+
147150 * systemd-networkd's [IPv6Prefix] section in .network files gained a
148151 new boolean setting Assign=. If enabled an address from the prefix is
149152 automatically assigned to the interface.
@@ -152,6 +155,10 @@ CHANGES WITH 246 in spe:
152155 IPv6PDSubnetId= that allows explicit configuration of the preferred
153156 subnet that networkd's Prefix Delegation logic assigns to interfaces.
154157
158+ * systemd-networkd's [Network] section gained a new setting
159+ IPv4AcceptLocal=. If enabled the interface accepts packets with local
160+ source addresses.
161+
155162 * systemd-networkd gained support for configuring the HTB queuing
156163 discipline in the [HierarchyTokenBucket] and
157164 [HierarchyTokenBucketClass] sections. Similar the "pfifo" qdisc may
@@ -161,7 +168,7 @@ CHANGES WITH 246 in spe:
161168 [DeficitRoundRobinSchedulerClass], "BFIFO" in [BFIFO],
162169 "PFIFOHeadDrop" in [PFIFOHeadDrop], "PFIFOFast" in [PFIFOFast], "HHF"
163170 in [HeavyHitterFilter], "ETS" in [EnhancedTransmissionSelection] and
164- "QFQ" in [QuickFairQueueingClass].
171+ "QFQ" in [QuickFairQueueing] and [ QuickFairQueueingClass].
165172
166173 * systemd-networkd gained support for a new Termination= setting in the
167174 [CAN] section for configuring the termination resistor. It also
@@ -205,6 +212,10 @@ CHANGES WITH 246 in spe:
205212 * systemd-networkd supports a new Group= setting in the [Link] section
206213 of the .network files, to control the link group.
207214
215+ * systemd-networkd's [Link] section gained a new
216+ IPv6LinkLocalAddressGenerationMode= setting, which specifies how IPv6
217+ link local address is generated.
218+
208219 * A new default .network file is now shipped that matches TUN/TAP
209220 devices that begin with "vt-" in their name. Such interfaces will
210221 have IP routing onto the host links set up automatically. This is
@@ -217,6 +228,12 @@ CHANGES WITH 246 in spe:
217228 the default) an address from any acquired delegated prefix is
218229 automatically chosen and assigned to the interface.
219230
231+ * systemd-networkd's [DHCPv6] section gained a new setting RouteMetric=
232+ which set the route priority for routes specified by the DHCP server.
233+
234+ * systemd-networkd's [DHCPv6] section gained a new setting VendorClass=
235+ which configures the vendor class information sent to DHCP server.
236+
220237 * The BlackList= settings in .network files' [DHCPv4] and
221238 [IPv6AcceptRA] sections have been renamed DenyList=. The old names
222239 are still understood to provide compatibility.
0 commit comments