diff options
author | Wieger Bontekoe <wieger.bontekoe@gmail.com> | 2023-05-19 15:58:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-19 09:58:22 -0400 |
commit | 5138216f1e6e53cdeba69b28549a90278159bfaf (patch) | |
tree | c9b816b5cee911566b2e90ce00b807cbaefb6fb1 /galaxy.yml | |
parent | a0267e790c9ba14f73cadb6fe77041946249402d (diff) | |
download | vyos-ansible-collection-5138216f1e6e53cdeba69b28549a90278159bfaf.tar.gz vyos-ansible-collection-5138216f1e6e53cdeba69b28549a90278159bfaf.zip |
Facts nw interfaces (#318)
* Update l3_interfaces.py
Fix for issue:
https://github.com/ansible-collections/vyos.vyos/issues/295
* Added Changelog Fragment
* Add support for Tunnel, Bridge and Dummy
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kate Case <kcase@redhat.com>
Diffstat (limited to 'galaxy.yml')
-rw-r--r-- | galaxy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,4 +11,4 @@ readme: README.md repository: https://github.com/ansible-collections/vyos.vyos issues: https://github.com/ansible-collections/vyos.vyos/issues tags: [vyos, networking] -version: 4.0.3-dev +version: 4.1.0-dev |