On Fri, Jan 27, 2017 at 12:15:01PM +0100, Phil Sutter wrote: > +# tc filter add dev eth0 prio 1 protocol ip parent ffff: \\ > u32 match ip src 192.168.1.100/32 flowid :1 \\ > - action pedit munge ip dst set 0x12345678 pipe \\ > + action pedit munge ip dst set 1.2.3.4 pipe \\ > Just nitpicking here, but IMHO examples like this should better use IP addresses reserved for documentation (192.0.2.0/24, 198.51.100.0/24 or 203.0.113.0/24).
- [iproute PATCH] man: tc-csum.8: Fix example Phil Sutter
- Re: [iproute PATCH] man: tc-csum.8: Fix example Jiri Pirko
- Re: [iproute PATCH] man: tc-csum.8: Fix example Guillaume Nault
- Re: [iproute PATCH] man: tc-csum.8: Fix example Phil Sutter
- Re: [iproute PATCH] man: tc-csum.8: Fix examp... Guillaume Nault