- Update type to use a newer version of puppetlabs-stdlib
- the validate command is still not working as expected so i have implmented a work around pending PUP-8983
- BUG: quagga does does not set CAP_DAC_OVERRIDE when switching users even if switching to the root user. therefore we need to manage user permissions of bgpd.conf file and pass correct user to the validate command
- convert to PDK
- run validate command as root user
- Add abbility to specify listen address for bgp
- Add dependecy for package on all ini settings
- Add bogon filters
- FIX: correct validate_cmd string
- add validate_cmd to concat file
- FIX: error with reject prefix ACL and add spec tests
- FIX: prefix lists have to have a le value greater then the prefix size
- update dependencies
- update dependencies
- update dependencies
- update dependencies
- add support to reject recived prefixes
- add support to control logging
- add support to control logging
- Fix bug which prevented failover networks from been advertised
- add beaker tests for disable_advertisment, failover networks and failsafe_server
- Fix bug preventing multible peers
- add beaker and rspec tests for multible peers
- Fix the change log
- minor fixs to docs
- Refactor module to add spec and beaker tests
- add BGP MD5 passport support
- Initial Release