From aef98e7988539e5bc48efc40150ec8b86c772b97 Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 29 May 2022 18:55:19 +0000 Subject: [PATCH] Fix ASCII error in comment --- Uebung1/controller_1_2.py | 2 +- Uebung1/controller_1_3_1.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Uebung1/controller_1_2.py b/Uebung1/controller_1_2.py index aa5b0d4..9e53940 100644 --- a/Uebung1/controller_1_2.py +++ b/Uebung1/controller_1_2.py @@ -1,5 +1,5 @@ # Abgabe von: -# Jutta Seth, Janek Schoffit, Eva Högner +# Jutta Seth, Janek Schoffit, Eva Hoegner # Problem 1.2 (Simple IP routing) from ryu.base import app_manager from ryu.controller import ofp_event diff --git a/Uebung1/controller_1_3_1.py b/Uebung1/controller_1_3_1.py index 74d0f73..b964a47 100644 --- a/Uebung1/controller_1_3_1.py +++ b/Uebung1/controller_1_3_1.py @@ -1,5 +1,5 @@ # Abgabe von: -# Jutta Seth, Janek Schoffit, Eva Högner +# Jutta Seth, Janek Schoffit, Eva Hoegner # Problem 1.3 (IP Router for IPv4) from ryu.base import app_manager from ryu.controller import ofp_event