Search found 2 matches

by pppoetest
23 Oct 2021, 20:10
Forum: Free for all
Topic: Статическое создание VLAN
Replies: 7
Views: 25867

Re: Статическое создание VLAN

Пример test_ip.sh #!/bin/sh ip link add link eth0 name eth0.101 type vlan id 101 ip link add link eth0 name eth0.102 type vlan id 102 ... ip link add link eth0 name eth0.601 type vlan id 601 Извращенец #!/bin/sh TMP_FILE="/tmp/vlans" for i in {101..601}; do echo "link add link eth0 n...
by pppoetest
23 Sep 2021, 07:32
Forum: IPoE
Topic: accel-pp not see flag "-DLUA=TRUE"
Replies: 0
Views: 15449

accel-pp not see flag "-DLUA=TRUE"

Hiall, try use lua, building: cmake -DBUILD_IPOE_DRIVER=TRUE -DBUILD_VLAN_MON_DRIVER=TRUE -DCMAKE_INSTALL_PREFIX=/usr -DKDIR=/usr/src/linux-headers-`uname -r` -DLUA=TRUE -DSHAPER=TRUE -DRADIUS=TRUE -DNETSNMP=TRUE -DCPACK_TYPE=Debian7 .. -- The C compiler identification is GNU 4.7.2 -- Check for work...