|
71 | 71 | module allows you to record what equipment console server ports connect to. |
72 | 72 | For larger exchanges, a modern DCIM system such as |
73 | 73 | <a href="https://netboxlabs.com/dcim/" target="_blank">NetBox</a> |
74 | | - is recrommended.', |
| 74 | + is recommended.', |
75 | 75 | ], |
76 | 76 |
|
77 | 77 | 'cust-kit' => [ |
|
84 | 84 | 'docs_url' => null, |
85 | 85 | 'help' => 'If you provide equipment colocation services for members, the module will allow you to |
86 | 86 | maintain an inventory of this. For larger exchanges, a modern DCIM system such as |
87 | | - <a href="https://netboxlabs.com/dcim/" target="_blank">NetBox</a> is recrommended.', |
| 87 | + <a href="https://netboxlabs.com/dcim/" target="_blank">NetBox</a> is recommended.', |
88 | 88 | ], |
89 | 89 |
|
90 | 90 | 'logs' => [ |
|
133 | 133 | 'rules' => 'boolean', |
134 | 134 | 'name' => 'Filtered Prefixes', |
135 | 135 | 'docs_url' => 'https://docs.ixpmanager.org/latest/features/route-servers/#displaying-filtered-prefixes', |
136 | | - 'help' => 'This feature provides member\'s a live view of member prefixes filtered on the IXP\'s route servers. |
137 | | - It requires that you are using IXP Manager\'s Bird v2 route server configuration and |
| 136 | + 'help' => 'This feature provides members a live view of member prefixes filtered on the IXP\'s route servers. |
| 137 | + It requires that you are using IXP Manager\'s BIRD v2 route server configuration and |
138 | 138 | have enabled the looking glass.' |
139 | 139 | ], |
140 | 140 |
|
|
146 | 146 | 'rules' => 'boolean', |
147 | 147 | 'name' => 'Looking Glass', |
148 | 148 | 'docs_url' => 'https://docs.ixpmanager.org/latest/features/looking-glass/', |
149 | | - 'help' => 'IXP Manager supports full looking glass features when using the Bird BGP daemon and |
150 | | - Bird\'s Eye (a simple secure micro service for querying Bird). This feature is an |
| 149 | + 'help' => 'IXP Manager supports full looking glass features when using the BIRD BGP daemon and |
| 150 | + Bird\'s Eye (a simple secure micro service for querying BIRD). This feature is a |
151 | 151 | required element of some other features such as the filtered prefixes.', |
152 | 152 | ], |
153 | 153 |
|
|
194 | 194 | 'name' => 'Peering Matrix', |
195 | 195 | 'docs_url' => 'https://docs.ixpmanager.org/latest/features/peering-matrix/', |
196 | 196 | 'help' => 'The peering matrix system builds up a list of who is peering with whom over your IXP. You |
197 | | - will need sflow running with a |
| 197 | + will need sFlow running with a |
198 | 198 | <a href="https://docs.ixpmanager.org/latest/features/peering-matrix/#data-source-sflow-bgp-session-detection" |
199 | 199 | target="_blank">BGP detector</a> running.', |
200 | 200 | ], |
|
485 | 485 | 'name' => "Enforce 2FA for Users >=", |
486 | 486 | 'rules' => 'required|in:1,2,3,4', |
487 | 487 | 'docs_url' => 'https://docs.ixpmanager.org/usage/authentication/#enforcing-2fa-for-users', |
488 | | - 'help' => 'Chose between allowing users to opt into 2fa, or requiring all users with minimum selected previlege.', |
| 488 | + 'help' => 'Choose between allowing users to opt into 2fa, or requiring all users with minimum selected privilege.', |
489 | 489 | ], |
490 | 490 |
|
491 | 491 | 'secure_session_cookie' => [ |
|
682 | 682 | 'admin_options' => [ |
683 | 683 |
|
684 | 684 | 'title' => 'Admin', |
685 | | - 'description' => "Various administrator related options.", |
| 685 | + 'description' => "Various administrator-related options.", |
686 | 686 |
|
687 | 687 | 'fields' => [ |
688 | 688 |
|
|
730 | 730 | 'rules' => 'integer|between:1,32', |
731 | 731 | 'name' => 'Minimum IPv4 Subnet Size', |
732 | 732 | 'docs_url' => 'https://docs.ixpmanager.org/7.0/features/route-servers/', |
733 | | - 'help' => 'Minimum ipv4 subnet size accepted by route servers. Should be no more specific than a /24.', |
| 733 | + 'help' => 'Minimum IPv4 subnet size accepted by route servers. Should be no more specific than a /24.', |
734 | 734 | ], |
735 | 735 |
|
736 | 736 | 'rs_min_v6_subnet_size' => [ |
|
740 | 740 | 'rules' => 'integer|between:1,128', |
741 | 741 | 'name' => 'Minimum IPv6 Subnet Size', |
742 | 742 | 'docs_url' => 'https://docs.ixpmanager.org/7.0/features/route-servers/', |
743 | | - 'help' => 'Minimum ipv6 subnet size accepted by route servers. Should be no more specific than a /48.', |
| 743 | + 'help' => 'Minimum IPv6 subnet size accepted by route servers. Should be no more specific than a /48.', |
744 | 744 | ], |
745 | 745 |
|
746 | 746 |
|
|
0 commit comments