]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
ikev2: Add Cisco Delete Reason vendor ID
authorMartin Willi <martin@revosec.ch>
Fri, 17 Jan 2014 10:57:47 +0000 (11:57 +0100)
committerMartin Willi <martin@revosec.ch>
Thu, 23 Jan 2014 15:03:55 +0000 (16:03 +0100)
Courtesy of C.J. Adams-Collier, ZeroLag Communications, Inc.

src/libcharon/sa/ikev2/tasks/ike_vendor.c

index f50030b45b01e81305d4e4034bbde90af49800d7..9c432b59bae466dcb69f7dc970e9554328ecdb76 100644 (file)
@@ -70,6 +70,8 @@ static vid_data_t vids[] = {
        /* strongSwan MD5("strongSwan") */
        { "strongSwan", EXT_STRONGSWAN, 16,
          "\x88\x2f\xe5\x6d\x6f\xd2\x0d\xbc\x22\x51\x61\x3b\x2e\xbe\x5b\xeb"},
+       { "Cisco Delete Reason", 0, 0,
+         "CISCO-DELETE-REASON" },
 };
 
 METHOD(task_t, build, status_t,