From 11a7670eb559580885e096216a494d2c96702645 Mon Sep 17 00:00:00 2001 From: Vadim Kochan Date: Tue, 26 Jan 2016 22:25:02 +0200 Subject: trafgen: l2: Add Ethernet protocol header generation Add trafgen_l2.c module for generating L2 related headers. Add Ethernet header generating. By default source MAC address is used from the specified output device. Signed-off-by: Vadim Kochan Signed-off-by: Tobias Klauser --- trafgen/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'trafgen') diff --git a/trafgen/Makefile b/trafgen/Makefile index 2ea684f..1c95118 100644 --- a/trafgen/Makefile +++ b/trafgen/Makefile @@ -20,6 +20,7 @@ trafgen-objs = xmalloc.o \ sysctl.o \ cpp.o \ trafgen_proto.o \ + trafgen_l2.o \ trafgen_lexer.yy.o \ trafgen_parser.tab.o \ trafgen.o -- cgit v1.2.3-54-g00ecf