Skip to content

Delete artifacts of interfaces not managed any more #72

@ghost

Description

if i create a bridge using debops.ifupdown

        ifupdown__interfaces: {                                                                                                              
          'foobar': {
            type: bridge,
            inet: 'static',
            address: '10.2.2.2/25' }
          }

and later remove that bridge, the interface-file does not get removed from /etc/network/interfaces.config.d (and /etc/network/interfaces.d). maybe the directory should be purged before interface-files are being created

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions