Skip to content

Commit 30450de

Browse files
Updated Products via Github Actions
1 parent 5d336fb commit 30450de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap/netdisco-lookup-tables.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145045,7 +145045,7 @@ Hitachi Reftechno, Inc. HitachiReftechno fcfe77 24 FCFE77000000 FCFE77FFFFFF [27
145045145045
Invensys Controls UK Limited InvensysControls fcfec2 24 FCFEC2000000 FCFEC2FFFFFF [278171106672640,278171123449855]
145046145046
randomized address [0-f][26ae]:... randomized fe 8 fe:00:00:00:00:00 fe:ff:ff:ff:ff:ff [279275953455104,280375465082879]
145047145047
\.
145048-
UPDATE node SET oui = ( SELECT base FROM manufacturer WHERE ('x' || lpad( translate( mac::text, ':', ''), 16, '0')) ::bit(64) ::bigint <@ range LIMIT 1)
145048+
UPDATE node SET oui = ( SELECT base FROM manufacturer WHERE ('x' || lpad( translate( mac::text, ':', ''), 16, '0')) ::bit(64) ::bigint <@ range LIMIT 1);
145049145049
DELETE FROM "product";
145050145050
COPY "product" ("oid", "mib", "leaf", "descr") FROM STDIN;
145051145051
.1.3.6.1.4.1.10728.1 REDLINE-PRODUCTS-MIB redlineProducts

ieee/MA/manufacturer.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48289,4 +48289,4 @@ Hitachi Reftechno, Inc. HitachiReftechno fcfe77 24 FCFE77000000 FCFE77FFFFFF [27
4828948289
Invensys Controls UK Limited InvensysControls fcfec2 24 FCFEC2000000 FCFEC2FFFFFF [278171106672640,278171123449855]
4829048290
randomized address [0-f][26ae]:... randomized fe 8 fe:00:00:00:00:00 fe:ff:ff:ff:ff:ff [279275953455104,280375465082879]
4829148291
\.
48292-
UPDATE node SET oui = ( SELECT base FROM manufacturer WHERE ('x' || lpad( translate( mac::text, ':', ''), 16, '0')) ::bit(64) ::bigint <@ range LIMIT 1)
48292+
UPDATE node SET oui = ( SELECT base FROM manufacturer WHERE ('x' || lpad( translate( mac::text, ':', ''), 16, '0')) ::bit(64) ::bigint <@ range LIMIT 1);

0 commit comments

Comments
 (0)