PacketFence - BTS - PacketFence | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000940 | PacketFence | public | 2010-04-01 08:27 | 2011-01-26 15:38 | |
Reporter | maikel | ||||
Assigned To | obilodeau | ||||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 1.8.7 | ||||
Target Version | Fixed in Version | 1.9.0 | |||
fixed in git revision | |||||
fixed in mtn revision | bc2b66c425ad68f2097994016d2348f5db657801 | ||||
Summary | 0000940: Net-snmp 5.4 traps not regonized | ||||
Description | Parse Trap doesnt recoginize net-snmp 5.4 traps | ||||
Steps To Reproduce | |||||
Additional Information | Fix: 451c451,452 < =~ /^\d{4}-\d{2}-\d{2}\|\d{2}:\d{2}:\d{2}\|(?:UDP: \[)?(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})(?:\]:\d+)?\|([^|]*)\|(.+)$/ --- > #=~ /^\d{4}-\d{2}-\d{2}\|\d{2}:\d{2}:\d{2}\|(?:UDP: \[)?(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})(?:\]:\d+)?\|([^|]*)\|(.+)$/ > =~ /^\d{4}-\d{2}-\d{2}\|\d{2}:\d{2}:\d{2}\|(?:UDP: \[)?(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})(?:\]:\d+)\]?\-\>\[\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\]\|([^|]*)\| (.+)$/ 593c594,595 < if ( $trapLine =~ /^\d{4}-\d{2}-\d{2}\|\d{2}:\d{2}:\d{2}\|(?:UDP: \[)?(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})(?:\]:\d+)?\|([^|]*)\|(.+)$/ ) { --- > # if ( $trapLine =~ /^\d{4}-\d{2}-\d{2}\|\d{2}:\d{2}:\d{2}\|(?:UDP: \[)?(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})(?:\]:\d+)\]?\|([^|]*)\|(.+)$/ ) { > if ( $trapLine =~ /^\d{4}-\d{2}-\d{2}\|\d{2}:\d{2}:\d{2}\|(?:UDP: \[)?(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})(?:\]:\d+)\]?\-\>\[\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\]\|([^|]*)\|(.+)$/ ) { | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | pfsetvlan.patch (1,684) 2010-04-01 09:34 https://www.packetfence.org/bugs/file_download.php?file_id=54&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-04-01 08:27 | maikel | New Issue | |||
2010-04-01 09:19 | obilodeau | Status | new => assigned | ||
2010-04-01 09:19 | obilodeau | Assigned To | => obilodeau | ||
2010-04-01 09:25 | obilodeau | Note Added: 0001502 | |||
2010-04-01 09:34 | maikel | File Added: pfsetvlan.patch | |||
2010-04-01 09:37 | maikel | Note Added: 0001503 | |||
2010-05-05 16:53 | obilodeau | mtn revision | => bc2b66c425ad68f2097994016d2348f5db657801 | ||
2010-05-05 16:53 | obilodeau | Note Added: 0001555 | |||
2010-05-05 16:53 | obilodeau | Status | assigned => resolved | ||
2010-05-05 16:53 | obilodeau | Resolution | open => fixed | ||
2010-05-05 16:53 | obilodeau | Category | 1.8.7 => regression | ||
2010-05-05 16:53 | obilodeau | Fixed in Version | => 1.9.0 | ||
2011-01-26 15:38 | obilodeau | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|