Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 816
    • Issues 816
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 41
    • Merge Requests 41
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #10206

Closed
Open
Opened Apr 07, 2019 by John Doe@foobar
  • Report abuse
  • New issue
Report abuse New issue

3.9.2 not parsing /etc/network/interfaces correctly

If I have an /etc/network/interfaces file like the below, when the system gets rebooted, only eth0 and eth0:0 are created, eth0:1 never gets created.

This seems to be a bug of some sort ?

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
        address 192.0.2.30
        netmask 255.255.255.0
        broadcast 192.0.2.255
        gateway 192.0.2.250

auto eth0:0
iface eth0:0 inet static
        name Foo
        address 192.0.2.31
        netmask 255.255.255.0
        broadcast 192.0.2.255

auto eth0:1
iface eth0:1 inet static
        name  Bar
        address 192.0.2.32
        netmask 255.255.255.0
        broadcast 192.0.2.255

(from redmine: issue id 10206, created on 2019-04-07)

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
2
Labels
Bug Normal
Assign labels
  • View project labels
Reference: alpine/aports#10206