Page MenuHomeVyOS Platform

PPPoE interface can be created multiple times - last wins
Closed, WontfixPublicBUG

Description

Imageine the following configuration:

ethernet eth0 {
    vif 202 {
        pppoe 0 {
            default-route none
            mtu 1492
            name-server none
            password vyos
            user-id vyos
        }
    }
}
ethernet eth1 {
    vif 202 {
        pppoe 0 {
            default-route none
            name-server none
            password vyos2
            user-id vyos2
        }
    }
}

Only one PPP peer files will be created, as both interfaces are named pppoe0. The last interface will win (eth1).

We should document this as "known-issue" and not fix it in 1.2 (crux). It will be fixed in 1.3 by T1318

Details

Difficulty level
Unknown (require assessment)
Version
1.2.0
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)

Related Objects

Event Timeline

c-po created this task.
c-po edited projects, added VyOS 1.2 Crux (VyOS 1.2.5); removed VyOS 1.2 Crux.