From: Benjamin Cama Date: Tue, 19 Jul 2011 22:49:28 +0000 (+0200) Subject: Move NEXT_HOP attribute so that we can exclude it. X-Git-Tag: debian/2.2.1-1fdn1~1^2^2~14 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/02611e54fc55643ec109b255707ce9832e005ddf?hp=02611e54fc55643ec109b255707ce9832e005ddf Move NEXT_HOP attribute so that we can exclude it. We will need to do that when we will send IPv6 routes (RFC4760 says we SHOULD NOT carry this attribute when we will send UPDATE without NLRI). So, we save the length of all the attributes except NEXT_HOP for later memcpy(). Signed-off-by: Benjamin Cama ---