From 3d1c40ea667a25c1dde11a44a9e2e87a8cf51112 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 23 Nov 2023 10:49:18 +0100 Subject: wip --- 6/bgp.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/6/bgp.pl b/6/bgp.pl index 0bf2e89..54768c7 100644 --- a/6/bgp.pl +++ b/6/bgp.pl @@ -17,10 +17,6 @@ fw_rule/2, retract_all_from/1]). -%host(H) :- router_link(H, _, _). -%host(H) :- router_link(_, H, _). -% host(H). - router(R) :- host(R), hosts:host_config(R, _). routers(Routers) :- setof(router(R), router(R), Routers). -- cgit v1.2.3