dns search domain gets duplicated
Bug #1998920 reported by
XSpielinbox
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
subiquity |
Confirmed
|
Medium
|
Unassigned | ||
subiquity (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
When configuring the network on Ubuntu Server 22.04.1 Installer with Subiquity 22.10.1 entering the same search domain in both IPv4 and IPv6 makes it appear twice in the generated netplan config.
Editing the search domain in either IPv4 or IPv6 seems to duplicate them even further.
e.g.:
network:
ethernets:
enp1s0:
addresses:
- [IPv4]/24
- [IPv6]/64
nameservers:
addresses:
- [IPv4]
- [IPv4]
- [IPv6]
- [IPv6]
search:
- example.com
- example.com
routes:
- to: default
via: [IPv6]
version: 2
For that the default route gets only generated once see Bug #1993792.
description: | updated |
Changed in subiquity: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in subiquity (Ubuntu): | |
importance: | Undecided → Medium |
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.