Subscribed Scanner IMC/IMV to IETF_FIREWALL PA subtype

This commit is contained in:
Andreas Steffen 2015-05-24 09:36:16 +02:00
parent ebed384887
commit 9e88bb987d
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Andreas Steffen
* Copyright (C) 2011-2015 Andreas Steffen
* HSR Hochschule fuer Technik Rapperswil
*
* This program is free software; you can redistribute it and/or modify it
@ -34,7 +34,7 @@
static const char imc_name[] = "Scanner";
static pen_type_t msg_types[] = {
{ PEN_IETF, PA_SUBTYPE_IETF_VPN }
{ PEN_IETF, PA_SUBTYPE_IETF_FIREWALL }
};
static imc_agent_t *imc_scanner;

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2014 Andreas Steffen
* Copyright (C) 2013-2015 Andreas Steffen
* HSR Hochschule fuer Technik Rapperswil
*
* This program is free software; you can redistribute it and/or modify it
@ -35,7 +35,7 @@ typedef struct private_imv_scanner_agent_t private_imv_scanner_agent_t;
/* Subscribed PA-TNC message subtypes */
static pen_type_t msg_types[] = {
{ PEN_IETF, PA_SUBTYPE_IETF_VPN }
{ PEN_IETF, PA_SUBTYPE_IETF_FIREWALL }
};
/**