diff options
author | Vadim Kochan <vadim4j@gmail.com> | 2016-01-26 22:25:02 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2016-01-28 16:15:03 +0100 |
commit | 11a7670eb559580885e096216a494d2c96702645 (patch) | |
tree | a6079c3685719dcafcf26719eaf7782b3d9dd09c /trafgen | |
parent | 2ab562f1a46ffbc459146420caa86e400fa1b9e2 (diff) |
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 <vadim4j@gmail.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'trafgen')
-rw-r--r-- | trafgen/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |