From 2375f6fa84eaf7256f2fe5632606b7fd33809354 Mon Sep 17 00:00:00 2001 From: Simon Moser Date: Fri, 1 Oct 2021 13:33:45 +0200 Subject: [PATCH] Error in pseudocode corrected --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d00c9f6..0cc51b2 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,7 @@ class vde_proxy: self.new_ip = do_dhcp(new_mac) finally: frame.mac = self.new_mac - frame.packet = handle_packet(frame.packet) - packet = frame.get_packet() - packet.ip = self.new_ip + frame.packet = handle_packet(frame.packet) def handle_packet(packet): protocols = {