comparison contrib/peer2anonet/README @ 554:04f1dbdc5e47 draft

peer2anonet: nc syntax error corrected on README file.
author d3v1150m471c <d3v11@d3v1150m471c.ano>
date Wed, 13 Jul 2011 23:51:17 -0500
parents 4964136d5043
children eb1bdc46a401
comparison
equal deleted inserted replaced
550:4964136d5043 554:04f1dbdc5e47
14 14
15 # Accept netcat pipe: 15 # Accept netcat pipe:
16 nc -l 1337 | peer2anonet 16 nc -l 1337 | peer2anonet
17 17
18 # Send a netcat pipe: 18 # Send a netcat pipe:
19 nc 1337 192.168.1.0 < autoconfig.txt 19 nc 192.168.1.0 1337 < autoconfig.txt
20 20
21 DESCRIPTION: 21 DESCRIPTION:
22 peer2anonet is an autoconfiguration utility to easily establish a 22 peer2anonet is an autoconfiguration utility to easily establish a
23 peering session with BGP on anonet2. 23 peering session with BGP on anonet2.
24 24