Page MenuHomeVyOS Platform

Unclutter L2TP/IPSec RADIUS configuration nodes
Closed, ResolvedPublicFEATURE REQUEST

Description

With the addition of T828 the L2TP RADIUS CLI is cluttered, it was never be ment for beeing extended.

Proposal, change CLI from:

vyos@vyos# show vpn l2tp
 remote-access {
     authentication {
         mode radius
         radius-server 172.16.100.10 {
             key barbarbar
         }
         radius-server 172.16.100.20 {
             key foofoofoo
         }
        radius-source-address 172.16.254.100
     }

I'd rather prefer:

vyos@vyos# show vpn l2tp
 remote-access {
     authentication {
         mode radius
         radius {
             server 172.16.100.10 {
                 key barbarbar
             }
             server 172.16.100.20 {
                 key foofoofoo
             }
             source-address 172.16.254.100
         }
     }

In other words, remove top level tag nodes from radius-server and introduce a regular RADIUS node, thus we can add additional features, too.

Details

Difficulty level
Normal (likely a few hours)
Version
1.2.0-rc6
Why the issue appeared?
Will be filled on close

Event Timeline

c-po triaged this task as Normal priority.
c-po created this task.
c-po changed Difficulty level from Unknown (require assessment) to Normal (likely a few hours).
c-po changed Version from - to 1.2.0-rc6.