* vyos_static_route implementation module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Add vyos_static_route implementation module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * unit test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * modify vyos_static_route Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * integration test vyos_static and net_static_route Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * fix typo integration test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * modify vyos_static_route * modify integration test * vyos_static_route doc build fix * fix integration test data Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * update net_static_route cli test set * minor fix
* Implementation of junos_static_route module * junos implementation of net_static_route * integration test for junos_static_route * integration test for junos net_static_route * Minor change * Doc change * Fix CI issue
* Add ios_static_route module * Add ios_static_route integration tests * Add platform agnostic integration tests for IOS * Replace unicode function to ansible module_utils to_text * Add collections handling logic * Add integration tests for collections * Make collections and prefix mutually exclusive * Add net_static_route integration tests for collections * Do not store load_config return value, as it returns nothing