Re: [PATCH 00/26] Implemented basic protocol specific decoding of NETLINK_ROUTE

2017-08-12 Thread Dmitry V. Levin
On Sat, Aug 12, 2017 at 11:32:57PM +0800, JingPiao Chen wrote: > On Sat, Aug 12, 2017 at 03:22:24AM +0300, Dmitry V. Levin wrote: > > On Thu, Aug 10, 2017 at 09:03:22AM +0800, JingPiao Chen wrote: > > > Note: > > > > > > rule: > > > Before v2.6.18-284-g14c0b97, rule carry struct rtmsg, > > > now

Re: [PATCH 00/26] Implemented basic protocol specific decoding of NETLINK_ROUTE

2017-08-12 Thread JingPiao Chen
On Sat, Aug 12, 2017 at 03:22:24AM +0300, Dmitry V. Levin wrote: > On Thu, Aug 10, 2017 at 09:03:22AM +0800, JingPiao Chen wrote: > > Note: > > > > rule: > > Before v2.6.18-284-g14c0b97, rule carry struct rtmsg, > > now carry struct fib_rule_hdr. > > > > $ man 7 rtnetlink # or read the old

Re: [PATCH 00/26] Implemented basic protocol specific decoding of NETLINK_ROUTE

2017-08-12 Thread JingPiao Chen
On Sat, Aug 12, 2017 at 03:22:24AM +0300, Dmitry V. Levin wrote: > On Thu, Aug 10, 2017 at 09:03:22AM +0800, JingPiao Chen wrote: > > Note: > > > > rule: > > Before v2.6.18-284-g14c0b97, rule carry struct rtmsg, > > now carry struct fib_rule_hdr. > > > > $ man 7 rtnetlink # or read the old

Re: [PATCH 00/26] Implemented basic protocol specific decoding of NETLINK_ROUTE

2017-08-12 Thread JingPiao Chen
On Sat, Aug 12, 2017 at 03:22:24AM +0300, Dmitry V. Levin wrote: > On Thu, Aug 10, 2017 at 09:03:22AM +0800, JingPiao Chen wrote: > > Note: > > > > rule: > > Before v2.6.18-284-g14c0b97, rule carry struct rtmsg, > > now carry struct fib_rule_hdr. > > > > $ man 7 rtnetlink # or read the old

Re: [PATCH 00/26] Implemented basic protocol specific decoding of NETLINK_ROUTE

2017-08-11 Thread Dmitry V. Levin
On Thu, Aug 10, 2017 at 09:03:22AM +0800, JingPiao Chen wrote: > Note: > > rule: > Before v2.6.18-284-g14c0b97, rule carry struct rtmsg, > now carry struct fib_rule_hdr. > > $ man 7 rtnetlink # or read the old kernel > RTM_NEWRULE, RTM_DELRULE, RTM_GETRULE > Add, delete or retrieve a

[PATCH 00/26] Implemented basic protocol specific decoding of NETLINK_ROUTE

2017-08-09 Thread JingPiao Chen
Note: rule: Before v2.6.18-284-g14c0b97, rule carry struct rtmsg, now carry struct fib_rule_hdr. $ man 7 rtnetlink # or read the old kernel RTM_NEWRULE, RTM_DELRULE, RTM_GETRULE Add, delete or retrieve a routing rule. Carries a struct rtmsg Read linux kernel source code