Привет! Кто-нибудь знает, как это нужно преобразовать в версию 2.9.6:
ip firewall mangle add src-address=192.168.2.0/24 mark-flow=p2p-out p2p=all-p2p action=accept
ip firewall mangle add dst-address=192.168.2.0/24 mark-flow=p2p-in p2p=all-p2p action=accept
queue type add name=p2p-in kind=pcq pcq-rate=56000 pcq-classifier=src-address
queue type add name=p2p-out kind=pcq pcq-rate=56000 pcq-classifier=dst-address
queue tree add name=p2p-in parent=global-in flow=p2p-in queue=p2p-in priority=8
queue tree add name=p2p-out parent=global-out flow=p2p-out queue=p2p-out priority=8
ip firewall mangle add action=accept mark-flow=all
queue type add name=PCQ-Down kind=pcq pcq-rate=131072 pcq-classifier=dst-address
queue type add name=PCQ-Up kind=pcq pcq-rate=131072 pcq-classifier=src-address
queue tree add parent=global-in queue=PCQ-Down flow=all priority=1
queue tree add parent=global-out queue=PCQ-Up flow=all priority=1
С уважением,
faton
ip firewall mangle add src-address=192.168.2.0/24 mark-flow=p2p-out p2p=all-p2p action=accept
ip firewall mangle add dst-address=192.168.2.0/24 mark-flow=p2p-in p2p=all-p2p action=accept
queue type add name=p2p-in kind=pcq pcq-rate=56000 pcq-classifier=src-address
queue type add name=p2p-out kind=pcq pcq-rate=56000 pcq-classifier=dst-address
queue tree add name=p2p-in parent=global-in flow=p2p-in queue=p2p-in priority=8
queue tree add name=p2p-out parent=global-out flow=p2p-out queue=p2p-out priority=8
ip firewall mangle add action=accept mark-flow=all
queue type add name=PCQ-Down kind=pcq pcq-rate=131072 pcq-classifier=dst-address
queue type add name=PCQ-Up kind=pcq pcq-rate=131072 pcq-classifier=src-address
queue tree add parent=global-in queue=PCQ-Down flow=all priority=1
queue tree add parent=global-out queue=PCQ-Up flow=all priority=1
С уважением,
faton
