mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
97f1dcbc58caa5085a6c038d2a093e290ed6010e
The following new APIs are introduced: onlp_<subsystem>_status_get() - Retreives only the operational status (PRESENT, FAILED, UNPLUGGED) of the object Useful for improving the performance of the platform manager, whose primary concern is the operational status, not the object information itself. onlp_<subsystem>_hdr_get() - Retrieves the OID header (description, parent, children) only. Improved performance of OID iteration by avoiding collection of all of the unused object information during execution. If a platform does not implement these functions they will be simulated using calls to the existing onlp_<subsystem>_info_get(), which reduces to the original performance level.
Open Network Linux
Check out the main/offical website at http://opennetlinux.org .
Open Network Linux (ONL) is a Linux distribution for bare metal switches. ONL builds an ONIE-compatible installer and a switch image which contains a complete Debian distribution with added drivers and configuration for running on bare metal switches.
Software License
Licenses for the software are described under the LICENSE file. Download or use of the software implies consent.
Documentation
- docs/Building.md Instructions for building ONL from scratch.
Please see the docs directory for additional information.
![alt text] (https://scan.coverity.com/projects/8655/badge.svg "Coverity Scan Build Status")
Languages
C
92.6%
Python
4.5%
Makefile
2.1%
Shell
0.7%
Dockerfile
0.1%