Changeset 13906 in genesis
- Timestamp:
- Jun 4, 2017, 7:09:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/gformat.py
r13898 r13906 530 530 log-facility local7; 531 531 532 # UniFi Discovery Support 533 option space ubnt; 534 option ubnt.unifi-address code 1 = ip-address; 535 # 536 class "ubnt" { 537 match if substring (option vendor-class-identifier, 0, 4) = "ubnt"; 538 option vendor-class-identifier "ubnt"; 539 vendor-option-space ubnt; 540 } 541 532 542 # 533 543 # Interface definitions … … 599 609 option routers %(autogen_addr)s; 600 610 option domain-name-servers %(autogen_dns_servers)s; 601 611 option ubnt.unifi-address 172.17.107.10; 602 612 } 603 613 """ % datadump[iface_key]))
Note:
See TracChangeset
for help on using the changeset viewer.