diff options
| author | Gaige B Paulsen <gaige@cluetrust.net> | 2024-11-09 21:43:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-10 03:43:44 +0100 |
| commit | a7ac0fd5ceb993a8fbb256a3fd91d0d6c6531887 (patch) | |
| tree | 850997ce4b0543223854a8781d340cf51d2ff468 /changelogs/fragments/interfaces_update.yml | |
| parent | 5ae977293c5ddcad6e0cbdcf380c9a99be3bb3b9 (diff) | |
| download | vyos.vyos-a7ac0fd5ceb993a8fbb256a3fd91d0d6c6531887.tar.gz vyos.vyos-a7ac0fd5ceb993a8fbb256a3fd91d0d6c6531887.zip | |
T6815:Fix compatibility with 1.3-1.5 of VyOS (Step 1) (#352)
* omnibus update for 1.3-1.4 (with some support for 1.5)
(see contents in release fragments)
---------
Co-authored-by: Om Nom <omnom62@outlook.com>
Diffstat (limited to 'changelogs/fragments/interfaces_update.yml')
| -rw-r--r-- | changelogs/fragments/interfaces_update.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changelogs/fragments/interfaces_update.yml b/changelogs/fragments/interfaces_update.yml new file mode 100644 index 00000000..e9a6d21b --- /dev/null +++ b/changelogs/fragments/interfaces_update.yml @@ -0,0 +1,9 @@ +--- +minor_changes: + - fixed bug where 'replace' would delete an active disable and not reinstate it + - make l3_interfaces pick up loopback interfaces + - added tests for verifying both of these + - fixed over-zealous handling of disable, which could catch other interface + items that are disabled. + - enable support for 1.4 firewall + - support for 1.4 ospf |
