[icmp] Add support for responding to pings

This commit is contained in:
Michael Brown
2009-02-17 06:59:15 +00:00
parent dbbd81c140
commit 06b5132fdc
4 changed files with 128 additions and 0 deletions
+3
View File
@@ -627,3 +627,6 @@ static int ipv4_create_routes ( void ) {
struct settings_applicator ipv4_settings_applicator __settings_applicator = {
.apply = ipv4_create_routes,
};
/* Drag in ICMP */
REQUIRE_OBJECT ( icmp );