TAI is licensed under BSD 3-Clause License. Fix the description in each
files which were taken from SAI.
Also mention about SAI license (Apache License, Version 2.0).
related: #4
Signed-off-by: Wataru Ishida <ishida@nel-america.com>
stub library was just a reference example for TAI library implementers.
This patch adds more functionality to be able to test other TAI
components like taish using stub library.
Major updates are
- add storage to store attributes which are set
- call module_presence callback
- use meta library instead of switch statements to automatically support
newly added attributes
Signed-off-by: Wataru Ishida <ishida@nel-america.com>
This patch modifies the stub/stub_tai.c file to operate with the new TAI
enhancements submitted in the previous pull request.
Signed-off-by: Scott Emery <scotte@cumulusnetworks.com>