Marcin Iwinski | 189681c | 2017-04-13 17:07:02 +0200 | [diff] [blame^] | 1 | === |
| 2 | LLDP |
| 3 | === |
| 4 | |
| 5 | Link Layer Discovery Protocol services. |
| 6 | |
| 7 | Sample pillars |
| 8 | ============== |
| 9 | |
| 10 | LLDP client |
| 11 | |
| 12 | .. code-block:: yaml |
| 13 | |
| 14 | lldp: |
| 15 | client: |
| 16 | enabled: true |
| 17 | intefaces: |
| 18 | - eth0 |
| 19 | - eth1 |
| 20 | |
| 21 | |
| 22 | Documentation and Bugs |
| 23 | ====================== |
| 24 | |
| 25 | To learn how to install and update salt-formulas, consult the documentation |
| 26 | available online at: |
| 27 | |
| 28 | http://salt-formulas.readthedocs.io/ |
| 29 | |
| 30 | In the unfortunate event that bugs are discovered, they should be reported to |
| 31 | the appropriate issue tracker. Use Github issue tracker for specific salt |
| 32 | formula: |
| 33 | |
| 34 | https://github.com/salt-formulas/salt-formula-lldp/issues |
| 35 | |
| 36 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 37 | use Launchpad salt-formulas project: |
| 38 | |
| 39 | https://launchpad.net/salt-formulas |
| 40 | |
| 41 | You can also join salt-formulas-users team and subscribe to mailing list: |
| 42 | |
| 43 | https://launchpad.net/~salt-formulas-users |
| 44 | |
| 45 | Developers wishing to work on the salt-formulas projects should always base |
| 46 | their work on master branch and submit pull request against specific formula. |
| 47 | |
| 48 | https://github.com/salt-formulas/salt-formula-lldp |
| 49 | |
| 50 | Any questions or feedback is always welcome so feel free to join our IRC |
| 51 | channel: |
| 52 | |
| 53 | #salt-formulas @ irc.freenode.net |