radius: implemented handling of Framed-Route attribute

News of development process
Post Reply
Dmitry
Администратор
Posts: 954
Joined: 09 Oct 2014, 10:06

radius: implemented handling of Framed-Route attribute

Post by Dmitry »

Code: Select all

commit 683fcf64fa9b90efd009d47a7ca500459adf419d
Author: Dmitry Kozlov <xeb@mail.ru>
Date:   Sun Jan 3 23:12:12 2016 +0300

    radius: implemented handling of Framed-Route attribute
    
    Framed-Route has following syntax: Framed-Route=address[/mask] [gateway]
    
    If gateway is not specified then route would be attached to session interface.
ultrawave
Posts: 22
Joined: 20 Jan 2015, 22:00

Re: radius: implemented handling of Framed-Route attribute

Post by ultrawave »

Hi Dmitry,

Tested and approved.

Thank you.
rem_lex
Posts: 1
Joined: 31 Oct 2016, 22:20

Re: radius: implemented handling of Framed-Route attribute

Post by rem_lex »

Hello,
According to rfc2865 the full syntax for the attribute is:
Framed-Route="host_ipaddr[/subnet_mask] router_ipaddr metric [private] [profile_name]"
I need to add the metric parameter, can anyone help?
Post Reply