Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-25 | ifcfg: assign p-t-p address if mask=32 and regular address in other cases | Dmitry Kozlov | |
2018-05-25 | ifcfg: assign address using ipaddr_add_peer instead SIOCSIFADDR/SIOCSIFDSTADDR | Dmitry Kozlov | |
2018-02-21 | radius: add support for route priority (metric) in Framed-Route | Guillaume Nault | |
Let an optional route priority (aka metric) be defined in RADIUS Framed-Route attributes. The priority is an integer placed at the end of the route string. This is backward compatible with the previous format and also conforms with the recommended format defined by RFC 2865 (although we don't allow multiple metrics). Framed-Route format is: <network> [<gateway> [<priority>]] For example, 'Framed-Route = "192.0.2.0/24 203.0.113.1 8"' will let the following route be installed (assuming 203.0.113.1 is routed through eth0): $ ip route show [...] 192.0.2.0/24 via 203.0.113.1 dev eth0 metric 8 It's possible to use the unspecified gateway (0.0.0.0) if one wants to set a priority without specifying a gateway address. Finally, route deletion now also takes the priority into account, in order to avoid removing a different route accidentally. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2018-01-13 | ipv6: fix host scope routes | Vladislav Grishenko | |
2017-12-25 | libnetlink: added ip6addr_add_peer function | Dmitry Kozlov | |
2017-09-25 | libnetlink: added function iplink_set_mtu | Dmitry Kozlov | |
2016-12-08 | ipoe: fixed nat support | Dmitry Kozlov | |
2016-11-12 | ipoe: add support for peer-to-peer client interfaces | Michael Furmur | |
2016-07-11 | implemented support for network namespace | Dmitry Kozlov | |
This is done using radius attribute NAS-Port-Id. The new format of this attribute is NAS-Port-Id=[ns/][name]. Namespaces must be created malually by "ip netns add ..." command | |||
2016-04-12 | ipv6: remove ipv6 address and routes on session termination | Dmitry Kozlov | |
2016-04-05 | iputils: check for IFLA_INFO_KIND presence | Dmitry Kozlov | |
2016-04-04 | ipoe,pppoe,vlan_mon: deleted conditions to simultaneous start ipoe and pppoe ↵ | Dmitry Kozlov | |
on same interfaces (started by vlan_mon) | |||
2016-01-03 | iputils: improved iproute_add and iproute_del functions | Dmitry Kozlov | |
2015-12-25 | accel-dp: formed skeleton | Dmitry Kozlov | |
2015-11-18 | ipoe: for vlan name pattern implemented %P argument - VID of parent interface | Dmitry Kozlov | |
2014-12-01 | ipv6: if assigned prefix is <= 64 add it as address else add it as route | Dmitry Kozlov | |
2014-10-28 | libnetlink: fixed bug introduced by previous commit | Dmitry Kozlov | |
2014-10-27 | ipoe: implemented handling relayed DHCP clients | Dmitry Kozlov | |
2014-07-18 | ipv6: add support for prefixes greater than 64 | Dmitry Kozlov | |
2014-05-26 | ipoe: introduced "ip-unnumbered" option | Dmitry Kozlov | |
Before this time accel-ppp always worked in "ip unnumbered" mode. This option may turn this mode off (default is on) | |||
2014-01-19 | increase size of buffer for netlink messages | Dmitry Kozlov | |
Signed-off-by: Dmitry Kozlov <xeb@mail.ru> | |||
2013-10-30 | ipoe: implemented source/local address detection for up sessions | Dmitry Kozlov | |
Signed-off-by: Dmitry Kozlov <xeb@mail.ru> | |||
2013-09-01 | ipoe: implemented vlan monitor | Dmitry Kozlov | |
2013-08-31 | ipoe: fixed race during receiving relay reply | Dmitry Kozlov | |
2013-07-26 | ipoe: fixed route deletion (pass proper proto) | Kozlov Dmitry | |
2013-06-13 | ipoe: introduced 'proto' option that will be used for inserted routes | Dmitry Kozlov | |
2013-01-26 | ipoe: various fixes | Kozlov Dmitry | |
2012-09-05 | generalize interface statistics gathering | Kozlov Dmitry | |