summaryrefslogtreecommitdiff
path: root/6
diff options
context:
space:
mode:
Diffstat (limited to '6')
-rw-r--r--6/bgp.pl4
1 files changed, 0 insertions, 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).