ndp: Add Chassis type used in GNS3 image

This commit is contained in:
Joerg Mayer 2021-03-31 23:03:27 +02:00
parent 1845d71819
commit 8c7a1c0f39
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ static const value_string ndp_chassis_val[] =
{160, "Ethernet Routing Switch 2500-26T-PWR"},
{161, "Ethernet Routing Switch 2500-50T"},
{162, "Ethernet Routing Switch 2500-50T-PWR"},
{213, "Virtual Services Platform 8284XSQ"},
{0, NULL}
};
static value_string_ext ndp_chassis_val_ext = VALUE_STRING_EXT_INIT(ndp_chassis_val);