Skip to content
Snippets Groups Projects

manager: datamodel: lower verbosity for network/listen configuration

Merged Aleš Mrázek requested to merge manager-datamodel-network-listen into manager

Note: the examples don't reflect later changes in this MR.

Simplified configuration of network/listen.

  • list of values can be used for ip-address, interface or unix-socket (e.g. ip-address: [127.0.0.1, ::1])
  • @port syntax can be used with ip-address and interface (e.g. ::1@5353, eth0@5353)
  • advanced validation

Examples

network:
  listen:
    - unix-socket: /tmp/kresd-socket
    - ip-address: 127.0.0.1
      port: 5353
    - ip-address: ["127.0.0.1@5353", "::1@5353"]
      kind: dot
    - ip-address: ["127.0.0.1", "::1"]
      kind: dot
    - interface: ["lo", "eth0"]
      port: 5555
      kind: doh2
    - interface: ["lo@5555", "eth0@5656"]
      kind: doh2

If port number is specified by port option and @port, the config is invalid.

network:
  # this is all invalid
  listen:
    - ip-address: 127.0.0.1@5353
      port: 5555
    - ip-address: ["127.0.0.1@5353", "::1"] # invalid, @port must be specified for all values or for none
      kind: dot

Closes #703 (closed)

Edited by Vladimír Čunát

Merge request reports

Pipeline #94432 failed

Pipeline: Knot Resolver

#94433

    Pipeline: Knot Resolver

    #94434

      Pipeline failed for 706b0898 on manager-datamodel-network-listen

      Approved by

      Merged by Vladimír ČunátVladimír Čunát 3 years ago (Feb 15, 2022 9:01am UTC)

      Merge details

      • Changes merged into manager with 7cf3ed32.
      • Deleted the source branch.

      Pipeline #95043 passed

      Pipeline: Knot Resolver

      #95044

        Pipeline passed for 7cf3ed32 on manager

        Activity

        Filter activity
        • Approvals
        • Assignees & reviewers
        • Comments (from bots)
        • Comments (from users)
        • Commits & branches
        • Edits
        • Labels
        • Lock status
        • Mentions
        • Merge request status
        • Tracking
      • Tomas Krizek
      • Tomas Krizek
      • Tomas Krizek
      • Tomas Krizek
      • Tomas Krizek
      • Tomas Krizek
      • Tomas Krizek
      • Tomas Krizek
      • Tomas Krizek
      • Tomas Krizek
      • Tomas Krizek
      • Tomas Krizek
      • Tomas Krizek
      • Tomas Krizek
      • Aleš Mrázek added 1 commit

        added 1 commit

        • bf5d1d43 - datamodel: schema modifications to match new network/listen model

        Compare with previous version

      • Loading
      • Loading
      • Loading
      • Loading
      • Loading
      • Loading
      • Loading
      • Loading
      • Loading
      • Loading
      • Please register or sign in to reply
        Loading