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

Interfaces with no addresses #23

Closed
nemesifier opened this issue Oct 26, 2015 · 0 comments
Closed

Interfaces with no addresses #23

nemesifier opened this issue Oct 26, 2015 · 0 comments
Assignees
Milestone

Comments

@nemesifier
Copy link
Member

Interfaces with no addresses should not be entirely ignored.

Eg:

{
    "interfaces": [
        {
            "name": "eth0",
            "type": "ethernet"
        }
    ]
}

should generate:

package network

config interface 'eth0'
    option ifname 'eth0'
    option proto 'none'
@nemesifier nemesifier self-assigned this Oct 26, 2015
@nemesifier nemesifier added this to the 0.2 milestone Oct 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant