From 9eca534f9735c8c5e984ce5a3add7cbb9daa4345 Mon Sep 17 00:00:00 2001 From: Hochikong Date: Tue, 24 May 2016 01:05:26 +0800 Subject: too more changes,i donno what to say --- vyroute/Routing.py | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 vyroute/Routing.py (limited to 'vyroute/Routing.py') diff --git a/vyroute/Routing.py b/vyroute/Routing.py deleted file mode 100644 index 8c1ec11..0000000 --- a/vyroute/Routing.py +++ /dev/null @@ -1,29 +0,0 @@ -# author=hochikong -from vyroute.basic_function import RIPRoute -from vyroute.basic_function import StaticRoute - - -class BasicRouting(object): - def static_routing(self,data): - pass - - def rip_routing(self,data): - pass - - def ospf_routing(self,data): - pass - - -class Routing(BasicRouting): - def static_routing(self, data): - return StaticRoute.staticroute(data) - - def rip_routing(self,data): - return RIPRoute.riproute(data) - - - - - - - -- cgit v1.2.3