Re: [net PATCH 1/2] ipv4: Drop leaf from suffix pull/push functions

2016-12-05 Thread Robert Shearman
On 01/12/16 12:27, Alexander Duyck wrote: It wasn't necessary to pass a leaf in when doing the suffix updates so just drop it. Instead just pass the suffix and work with that. Since we dropped the leaf there is no need to include that in the name so the names are updated to node_push_suffix

[net PATCH 1/2] ipv4: Drop leaf from suffix pull/push functions

2016-12-01 Thread Alexander Duyck
It wasn't necessary to pass a leaf in when doing the suffix updates so just drop it. Instead just pass the suffix and work with that. Since we dropped the leaf there is no need to include that in the name so the names are updated to node_push_suffix and node_pull_suffix. Finally I noticed that