User Details
- User Since
- Mar 31 2022, 14:26 (86 w, 6 d)
Dec 21 2022
Dec 20 2022
Nov 18 2022
Attached the patch i made for the version 1.12.0-202-g28fe4de. It will use Calling Number/Called Number as RADIUS Calling-Station-Id/Called-Station-Id in case they are present in L2TP ICRQ, otherwise old beahvior is used (LAC/LNS IP addresses).
Sep 16 2022
just to discuss the possibilities.
I see Calling-Number/Called-Numer AVPs can be taken from attr->val.octets doing something within l2tp_recv_ICRQ procedure:
Aug 15 2022
This cmake gives working deb on VyOS on Debian11 machine:
cmake -DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_C_FLAGS='-g -O0' \ -DBUILD_IPOE_DRIVER=TRUE \ -DBUILD_VLAN_MON_DRIVER=TRUE \ -DKDIR=/usr/src/linux-headers-`uname -r` \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLUA=TRUE \ -DLUA=5.3 \ -DCPACK_TYPE=Debian11 ..
make
cpack -G DEB
Hi.
Is there any recommendations on compiling and embedding newly compiled version of accel-ppp to vyos 1.4 ?
I mean how to install newly built package into VyOS 1.4.
The deb built on Debian11 and installed with dpkg on VyOS does not start for some reason with no output.
Jul 28 2022
Is there any chance to fix that ?