On Wed, Aug 25, 2010 at 03:23:16PM +0200, René Hummen wrote: > > message: > factored out setting up SAs in BEX _and_ made hipd part of user_ipsec a > module > > sorry for the large combined commit. i tried shelving to split, but bzr > threw an error...
Then do it the old manual way and split with diffs or whatever.. And what was the error? > --- hipd/input.c 2010-08-20 14:34:13 +0000 > +++ hipd/input.c 2010-08-25 12:53:17 +0000 > @@ -1257,6 +1178,61 @@ > > +int hip_setup_ipsec_sa_r2(UNUSED const uint8_t packet_type, > + UNUSED const uint32_t ha_state, > + struct hip_packet_context *ctx) Indentation is messed up. There's more below, so I wonder what broken editor allows this in the first place? > --- modules/user_ipsec/hipd/user_ipsec.c 1970-01-01 00:00:00 +0000 > +++ modules/user_ipsec/hipd/user_ipsec.c 2010-08-25 12:53:17 +0000 > @@ -0,0 +1,54 @@ > +/** > + * @file > + * > + * Copyright (c) 2010 Aalto University) and RWTH Aachen University. I don't think the copyright header belongs in the Doxygen docs. Diego _______________________________________________ Mailing list: https://launchpad.net/~hipl-core Post to : [email protected] Unsubscribe : https://launchpad.net/~hipl-core More help : https://help.launchpad.net/ListHelp

