commit | 7e68220de8c9aba533bfb85b642b0b6b8caaee29 | [log] [tgz] |
---|---|---|
author | Andrew Yourtchenko <ayourtch@gmail.com> | Thu Aug 04 13:39:35 2016 +0000 |
committer | Chris Luke <chris_luke@comcast.com> | Tue Sep 13 12:56:00 2016 +0000 |
tree | 57077bb8302894442039fddb11417a4bb6beffba | |
parent | 614480262738dc6de382023a03656e1045d17f04 [diff] [blame] |
Implement IPv6/IPv4 ping. Change-Id: Id53797c795c17fbacce3659c945f5126dc9dee86 Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
diff --git a/vnet/Makefile.am b/vnet/Makefile.am index 71680b9..1c28ebc 100644 --- a/vnet/Makefile.am +++ b/vnet/Makefile.am
@@ -258,6 +258,7 @@ vnet/ip/icmp6.c \ vnet/ip/ip_feature_registration.c \ vnet/ip/ip46_cli.c \ + vnet/ip/ping.c \ vnet/ip/ip4_format.c \ vnet/ip/ip4_forward.c \ vnet/ip/ip4_input.c \