mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
improved coverage of excludeMonitors test
This commit is contained in:
@@ -61,6 +61,17 @@ export default class ConnectorTest extends Connector{
|
||||
switch (type) {
|
||||
case "hijack":
|
||||
updates = [
|
||||
{
|
||||
data: {
|
||||
announcements: [{
|
||||
prefixes: ["175.254.205.0/25", "170.254.205.0/25"],
|
||||
next_hop: "124.0.0.3"
|
||||
}],
|
||||
peer: "124.0.0.3",
|
||||
path: [1, 2, 3, 4321]
|
||||
},
|
||||
type: "ris_message"
|
||||
},
|
||||
{
|
||||
data: {
|
||||
announcements: [{
|
||||
|
Reference in New Issue
Block a user