This commit is contained in:
mabrown 2003-05-13 14:47:04 +00:00
parent d534dfcfec
commit f8e9838f43
1 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@
# - followed by a pseudo shellcode description of how to understand
# what will happen
#
# -- example #1; advertise for 10.10.15.175 on eth1
# -- example #0; advertise for 10.10.15.175 on eth1
#
# eth1 10.10.15.175
#
@ -58,8 +58,8 @@
#
# eth0 172.30.48.10
#
# for any arp request on eth1; do
# if requested address is 10.10.15.175; then
# for any arp request on eth0; do
# if requested address is 172.30.48.10; then
# answer arp request with our ethernet address from eth1 (so
# that the reqeustor sends IP packets to us)
# fi