History log of /external/iproute2/tc/m_pedit.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1e600da057a63db348f1122e76732ab74adf2ca3 01-May-2017 Stephen Hemminger <stephen@networkplumber.org> pedit: fix whitespace

Add newlines to break long lines.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
/external/iproute2/tc/m_pedit.h
3cd5149ecd78b88852fb3d120527b26e70b471cd 23-Apr-2017 Amir Vadai <amir@vadai.me> tc/pedit: p_eth: ETH header editor

For example, forward tcp traffic to veth0 and set
destination mac address to 11:22:33:44:55:66 :
$ tc filter add dev enp0s9 protocol ip parent ffff: \
flower \
ip_proto tcp \
action pedit ex munge \
eth dst set 11:22:33:44:55:66 \
action mirred egress \
redirect dev veth0

Signed-off-by: Amir Vadai <amir@vadai.me>
/external/iproute2/tc/m_pedit.h
7c71a40cbd3180a64a5fb997fa3efba3335c7002 23-Apr-2017 Amir Vadai <amir@vadai.me> tc/pedit: Extend pedit to specify offset relative to mac/transport headers

Utilize the extended pedit netlink to set an offset relative to a
specific header type. Old netlink only enabled the user to set
approximated offset relative to the IPv4 header.

To use this extended functionality need to use the 'ex' keyword after
'pedit' and before any 'munge'.
e.g:
$ tc filter add dev ens9 protocol ip parent ffff: \
flower \
ip_proto udp \
dst_port 80 \
action pedit ex munge \
ip dst set 1.1.1.1 \
pipe \
action mirred egress redirect dev veth0

Signed-off-by: Amir Vadai <amir@vadai.me>
/external/iproute2/tc/m_pedit.h
ae665a522bd46bea44c5ea84c89c8b1731954170 05-Dec-2006 Stephen Hemminger <shemminger@osdl.org> Remove trailing whitespace

Go through source files and remove all trailing whitespace

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
/external/iproute2/tc/m_pedit.h
3866d4643e43ea1bd0c2a9923ba763dc75fe837a 18-Jan-2005 2!tgraf <2!tgraf> Give pedit kind size a name

(Logical change 1.126)
/external/iproute2/tc/m_pedit.h
7e7c737245a48cac0c9386b4cab6c35622fde629 18-Jan-2005 net[shemminger]!shemminger <net[shemminger]!shemminger> Import patch iproute2.121

(Logical change 1.124)
/external/iproute2/tc/m_pedit.h
3e1d2ea6abe3c0f2fe9e180187e7f48efc80f290 18-Jan-2005 net[shemminger]!shemminger <net[shemminger]!shemminger> Initial revision
/external/iproute2/tc/m_pedit.h