From 9ac46b4feaef89450b633ea17f6b4073b66b2442 Mon Sep 17 00:00:00 2001 From: Fabian Seidl <fabian.seidl@h-da.de> Date: Tue, 4 Oct 2022 15:43:00 +0200 Subject: [PATCH] missed ond change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16fa6576b..6e5152c15 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ A simple showcase how the controller can be adressed after The `goSDN` controllers core - also called `nucleus` - is a lightweight library that manages principal network domains and provides southbound interface -operations for orchestrated networking devices. +operations for managed network elements. In addition we provide a simple Northbound-API for the controller () @@ -63,7 +63,7 @@ the PND. ## Managed Network Element (MNE) -Any device directly configured by `goSDN` +Any network element directly configured by `goSDN` # Installing `goSDN` provides a `Makefile` for all common use cases. -- GitLab