mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
Add release note for netgraph enhancements/improvements.
Submitted by: archie
This commit is contained in:
parent
f6a0af8015
commit
5cd95fe8d5
2 changed files with 8 additions and 0 deletions
|
|
@ -108,6 +108,10 @@ The boot loader has been updated. The new default kernel is now
|
|||
A filesystem snapshot capability has been added to FFS. Details can
|
||||
be found in /usr/src/sys/ufs/ffs/README.snapshot.
|
||||
|
||||
The ng_mppc(4) and ng_bridge(4) node types have been added to the
|
||||
netgraph subsystem. The ng_ether(4) node is now dynamically loadable.
|
||||
Miscellaneous bug fixes and enhancements have also been made. [MERGED]
|
||||
|
||||
|
||||
1.2. SECURITY FIXES
|
||||
-------------------
|
||||
|
|
|
|||
|
|
@ -129,6 +129,10 @@ be found in /usr/src/sys/ufs/ffs/README.snapshot.
|
|||
Support for the Adaptec FSA family of PCI-SCSI RAID controllers has
|
||||
been added, in the form of the aac(4) driver.
|
||||
|
||||
The ng_mppc(4) and ng_bridge(4) node types have been added to the
|
||||
netgraph subsystem. The ng_ether(4) node is now dynamically loadable.
|
||||
Miscellaneous bug fixes and enhancements have also been made. [MERGED]
|
||||
|
||||
|
||||
1.2. SECURITY FIXES
|
||||
-------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue