Skip to content

Commit

Permalink
Fix typos in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
montag451 committed Mar 7, 2012
1 parent f7e8259 commit 5bab204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ To create a TUN/TAP device with a custom name use the ``name`` keyword::
You can get/set some parameters of the device directly::

print tun.name
tun.addr = '10.8.0.1
tun.dstaddr = '10.8.0.2
tun.addr = '10.8.0.1'
tun.dstaddr = '10.8.0.2'
tun.netmask = '255.255.255.0'
tun.mtu = 1500

Expand Down

0 comments on commit 5bab204

Please sign in to comment.