tabs
This commit is contained in:
parent
7aa3ea5d15
commit
38e062aff8
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -40,13 +40,13 @@ interface interfacename
|
|||
# set the address(es) to assign to the interface
|
||||
# route lines are usually the same as Address but with host bits zeroed
|
||||
Address 10.2.255.1/30
|
||||
Route 10.2.255.0/30 # must specify route
|
||||
# you can also set ipv6
|
||||
Address fd:cafe::ffff/64
|
||||
Address fd:cafe::/64
|
||||
Route 10.2.255.0/30 # must specify route
|
||||
# you can also set ipv6
|
||||
Address fd:cafe::ffff/64
|
||||
Address fd:cafe::/64
|
||||
# link local is also possible (and prefered for peering routers)
|
||||
# link-local addresses should *not* have an associated Route line
|
||||
Address fe80::1/64
|
||||
Address fe80::1/64
|
||||
Route 1.1.1.0/24
|
||||
# more syntax options
|
||||
Route 1.1.2.0/24 via 1.1.1.2
|
||||
|
|
Loading…
Reference in a new issue