commit | 0971d17ca3d80f61863f4750091a64448bf91600 | [log] [tgz] |
---|---|---|
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | Mon Dec 01 23:27:31 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 01 23:27:31 2008 -0800 |
tree | 4f4a4f334b382c873462788adf915e85230f5363 | |
parent | 25f13048bce61f33f6a102e0bf377fd3922ed364 [diff] |
dccp: Insert feature-negotiation options into skb This patch replaces the earlier insertion routine from options.c, so that code specific to feature negotiation can remain in feat.c. This is possible by calling a function already existing in options.c. Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk> Acked-by: Ian McDonald <ian.mcdonald@jandi.co.nz> Signed-off-by: David S. Miller <davem@davemloft.net>