Package:Corenetwork/Releases/1.7.0 beta1

From Funtoo
Jump to navigation Jump to search

{{SoftwareRelease |release_date=2022-04-15 |name=corenetwork |version=1.7.0_beta1 |type=regular |changelog=

New Features

WireGuard
WireGuard support. The /etc/netif.d/wireguard script has been added, which is designed to automatically use wg-quick to bring up the identically-named interface defined in /etc/wireguard/ifname.conf. To use this template, simply set {{{1}}} in the conf.d file. All other configuration comes from the WireGuard configuration file.
Dynamic Bridge Support
Network interfaces can now "opt-in" to a bridge using the {{{1}}} option, rather than being added by the bridge as a slave.
Dhclient
Support for dhclient, part of the net-misc/dhcp package, has been added. Use {{{1}}} along with {{{1}}} as needed to set any custom options.
pppd
Support for pppd is now available via {{{1}}}.
macvtap
Add macvtap net template.
macvlan
Add macvlan net template.
tunnel
Add tunnel net template.
SR-IOV support
Support for SR-IOV virtual network interfaces has been added, and can be enabled via {{{1}}}. mac_replace can be used to specify a replacement MAC address. virtfn can be used to set the virtual function.
Raw Interfaces for Slaves
It is now possible to specify a raw interface in the {{{1}}} option for a bridge. If you use this new feature, it's assumed that this interface is already ready to be used and in an "UP" state. To use this feature, simply specify the interface name without a "netif." prefix in {{{1}}} in the conf.d file.

Improvements

dhcpcd fixes
Robustness fixes for dhcpcd support.
Interface name handling
Minor consistency fixes have been made for interface name handling.
wpa_supplicant
Robustness improvements. Add "config" interface conf option. Now we can use config option of interface conf file to specify wpa_supplicant config name. E.g. for {{{1}}} wpa_supplicant config will be /etc/wpa_supplicant/another.conf.

Contributors

lego12239, Oleg Nemanov
pppd template, macvtap template, macvtap template, macvlan template, tunnel template, dhcpcd fixes, wpa_supplicant improvements, dynamic bridge support.
geaaru, Daniele Rondina
dhclient template
kcodyjr, Kevin Kody
Initial SR-IOV virtual interface support
drobbins
Daniel Robbins: various