summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 39257da..3c0061d 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -116,9 +116,12 @@ $config['routers']['router1']['source-interface-id'] = 'lo0';
```
for Cisco and Juniper routers (change lo0 with your interface), and with:
```php
-$config['routers']['router1']['source-interface-id'] = '192.168.1.1';
+$config['routers']['router1']['source-interface-id']['ipv4'] = '192.168.1.1';
+$config['routers']['router1']['source-interface-id']['ipv6'] = '2001:db8::1';
```
-for BIRD and Quagga routers (use your own IP address).
+for BIRD and Quagga routers (use your own IP addresses). Omitting the IPv4 or
+the IPv6 version of the source address will result in the router trying to use
+the best IP address to contact the destination.
After that you need to set the authentication information for the looking
glass to be able to log into the router. For this you select a type of