summaryrefslogtreecommitdiff
path: root/tftpTest/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'tftpTest/init.c')
-rw-r--r--tftpTest/init.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/tftpTest/init.c b/tftpTest/init.c
index 869de33..569a03d 100644
--- a/tftpTest/init.c
+++ b/tftpTest/init.c
@@ -120,6 +120,14 @@ Init (rtems_task_argument ignored)
rtems_ka9q_execute_command ("route");
#endif
+ /*
+ * Issue a gratuitous ARP request to update tables in
+ * other hosts on this network.
+ */
+
+ if (rtems_ka9q_execute_command ("arp gratuitous rtems"))
+ rtems_panic ("Can't send gratuitous ARP.\n");
+
/*
* Test TFTP driver