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