Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Kea Kea
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 562
    • Issues 562
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 69
    • Merge requests 69
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • KeaKea
  • Issues
  • #628
Closed
Open
Issue created May 23, 2019 by Michal Nowikowski@godfrydContributor

interface-id is not stored by config-backend

the command:

{'arguments': {'remote': {'type': 'mysql'},
               'server-tags': ['default'],
               'subnets': [{'id': 1,
                            'interface-id': 'vlan-10',
                            'pools': [{'pool': '2001:db8:1::1-2001:db8:1::100'}],
                            'shared-network-name': '',
                            'subnet': '2001:db8:1::/64'}]},
 'command': 'remote-subnet6-set',
 'service': ['dhcp6']}

config-get response does not contain information about interface-id:

...
"subnet6": [
          {
            "id": 1,
            "option-data": [],
            "pd-pools": [],
            "pools": [
              {
                "option-data": [],
                "pool": "2001:db8:1::1-2001:db8:1::100"
              }
            ],
            "relay": {
              "ip-addresses": []
            },
            "reservations": [],
            "subnet": "2001:db8:1::/64"
          }
        ]
...
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking