Pavlin Radoslavov | 7159494 | 2015-03-03 15:21:30 -0800 | [diff] [blame] | 1 | # |
Saurav Das | c313c40 | 2015-02-27 10:09:47 -0800 | [diff] [blame] | 2 | # Sample configuration for link discovery |
Pavlin Radoslavov | 7159494 | 2015-03-03 15:21:30 -0800 | [diff] [blame] | 3 | # |
Saurav Das | c313c40 | 2015-02-27 10:09:47 -0800 | [diff] [blame] | 4 | |
| 5 | # |
| 6 | # Disable Link Dicovery Permanently (Note: changing this property at runtime will have NO effect) |
| 7 | # WARNING: This should only be used for special projects like bgprouter, where ONOS is controlling |
| 8 | # a single switch |
| 9 | # |
| 10 | #disableLinkDiscovery = true |
| 11 | |
| 12 | # |
| 13 | # Enable Broadcast Discovery Protocol (EthType=0x8942) |
| 14 | # |
| 15 | #useBDDP = false |
| 16 | |
| 17 | # |
| 18 | # Disable LLDP's received from specific devices |
| 19 | # Details of the devices are in the file configured below |
| 20 | # |
| 21 | #lldpSuppression = ../config/lldp_suppresion.json |