Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue/Help with "Update an Interface (v4.19)" DNS Server swap #807

Open
Chris591 opened this issue Dec 19, 2024 · 1 comment
Open

Issue/Help with "Update an Interface (v4.19)" DNS Server swap #807

Chris591 opened this issue Dec 19, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@Chris591
Copy link

Describe the problem

if you only change the DNS Servers order.
from this

"ipv4_config": {
        "type": "static",
        "static_config": {
            "address": "10.1.1.1/24"
        },
        "dhcp_config": null,
        "dns_v4_config": {
            "name_servers": [
                "10.2.1.2",
                "10.5.1.2"
            ]
        },
        "routes": null
    } 

to this

"ipv4_config": {
        "type": "static",
        "static_config": {
            "address": "10.1.1.1/24"
        },
        "dhcp_config": null,
        "dns_v4_config": {
            "name_servers": [
                "10.5.1.2",
                "10.2.1.2"
            ]
        },
        "routes": null
    } 

it will not update the dns server order

Suggested fix

update the interface

@Chris591 Chris591 added the documentation Improvements or additions to documentation label Dec 19, 2024
@Chris591
Copy link
Author

tested it with v4.18 and 4.19
I had to add a DNS Server and remove it again to update it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant