diff options
| author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2025-11-27 06:00:30 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-26 20:00:30 +0000 |
| commit | 85e132415cd7917c677d27b9085d17f50bc3da2e (patch) | |
| tree | 0982a65bff1a6e74d5c8929349a92414b6008f1b /changelogs | |
| parent | cba33a3b88f58881d7989a22292b25901cb3242c (diff) | |
| download | vyos.vyos-85e132415cd7917c677d27b9085d17f50bc3da2e.tar.gz vyos.vyos-85e132415cd7917c677d27b9085d17f50bc3da2e.zip | |
T6823: correctly set the IPv6 autoconf option (#433)
* T6823 init fix
* slaac and integration tests
* reaplced integration test
* WIP integration tests
* changelog and tweaks
* rendered, gathered, parsed, integration tests for SLAAC
* l3_interfaces gathered, emty, deleted
* deleted integration test
* vif processing
* vif tests
* vir related integration test cases
* ignore ansible-bad-import-from
* ansible-bad-import-from ingore
* ignore ansible-bad-import-from for all
* test ansible-bad-import-from skip
* ingore file
* Fix bugs with configuration remove
* Delete testcase fixed
* SLAAC integration tests
* Sanity check fixes
* remove_config formatted
* l3 slaac eth0 removed from SIT
* Remove ignore 2.20
* ignore2.20 recovered
* Remove residue
Diffstat (limited to 'changelogs')
| -rw-r--r-- | changelogs/fragments/t6823_ipv6_autoconf.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/t6823_ipv6_autoconf.yml b/changelogs/fragments/t6823_ipv6_autoconf.yml new file mode 100644 index 00000000..8dfa04ee --- /dev/null +++ b/changelogs/fragments/t6823_ipv6_autoconf.yml @@ -0,0 +1,3 @@ +--- +bugfixes: + - vyos_l3_interfaces - ipv6 auto-config option incorrectly set |
