summaryrefslogtreecommitdiff
path: root/trafgen_l2.c
diff options
context:
space:
mode:
Diffstat (limited to 'trafgen_l2.c')
-rw-r--r--trafgen_l2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trafgen_l2.c b/trafgen_l2.c
index e6c5b59..316d236 100644
--- a/trafgen_l2.c
+++ b/trafgen_l2.c
@@ -31,7 +31,7 @@ static uint16_t pid_to_eth(enum proto_id pid)
case PROTO_VLAN:
return ETH_P_8021Q;
default:
- panic("eth: Not supported protocol id %u\n", pid);
+ bug();
}
}