Comment 6 for bug 1787792

Revision history for this message
LIU Yulong (dragon889) wrote :

During the qos meeting, ipv6 traffic control need some validation.
So here is my testing, the following rules can be successfully installed to the host:
tc filter add dev bond1 parent 1: protocol ipv6 prio 1 u32 match ip6 src fe80::fc16:3eff:fe2a:d740 flowid 1:10
tc filter add dev bond1 parent 1: protocol ipv6 prio 1 u32 match ip6 src fe80::fc16:3eff:fe57:d2c5 flowid 1:11

The testing ENV,
kernal version: 3.10.0-514.26.2.el7.x86_64
iproute-3.10.0-74.el7.x86_64