From 994465e34a732db3bce542ee021674473f32d572 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Fri, 26 Mar 2021 12:32:06 +0100 Subject: build: Remove raptor IPCP This removes the raptor IPCP. The code hasn't been updated for a while, and wouldn't compile. Raptor served its purpose as a PoC for Ouroboros-over-Ethernet-Layer-1, but giving the extreme niche hardware needed to run it, it's not worth maintaining this anymore. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/lib/irm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/irm.c') diff --git a/src/lib/irm.c b/src/lib/irm.c index b86b02c9..64353f45 100644 --- a/src/lib/irm.c +++ b/src/lib/irm.c @@ -144,8 +144,8 @@ int irm_bootstrap_ipcp(pid_t pid, config.port = conf->port; break; case IPCP_LOCAL: + /* FALLTHRU */ case IPCP_BROADCAST: - case IPCP_RAPTOR: break; case IPCP_ETH_LLC: config.dev = conf->dev; -- cgit v1.2.3