Difference between revisions of "Package:Corenetwork/Releases/1.7.0"

From Funtoo
Jump to navigation Jump to search
m (Add note emphasising the importance of filename format)
 
Line 4: Line 4:
|version=1.7.0
|version=1.7.0
|type=regular
|type=regular
|changelog=
}}
 
=== New Features ===
=== New Features ===


Line 20: Line 19:


This release enforces interface names for consistency. Interfaces ''must'' be named following the convention {{c|netif.eth0}}; if a service is named any other way, such as {{c|net.eth0}}, it will not start.
This release enforces interface names for consistency. Interfaces ''must'' be named following the convention {{c|netif.eth0}}; if a service is named any other way, such as {{c|net.eth0}}, it will not start.
}}

Latest revision as of 21:24, May 20, 2022

Corenetwork 1.7.0 is a regular release which was released on 20 April 2022.


New Features

This is primarily a minor tweak of the 1.7.0_beta1 release. There is extensive new functionality compared to prior non-beta versions of corenetwork, and all this new functionality is documented in the corenetwork 1.7.0_beta1 release notes. Please consult these release notes for detailed information.

In addition to the changes in 1.7.0_beta1, several 1.7.0 netif.d scripts have been updated to use lowercase variable names. This may impact your network configuration if you are using any of the following network scripts:

  • bridge-dhcpcd
  • macvtap
  • wireguard
  • wpa_supplicant

Breaking Changes

This release enforces interface names for consistency. Interfaces must be named following the convention netif.eth0; if a service is named any other way, such as net.eth0, it will not start.