aboutsummaryrefslogtreecommitdiffstats
path: root/clients/snmp.sql
diff options
context:
space:
mode:
Diffstat (limited to 'clients/snmp.sql')
-rw-r--r--clients/snmp.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/snmp.sql b/clients/snmp.sql
index 47b4458..7e09313 100644
--- a/clients/snmp.sql
+++ b/clients/snmp.sql
@@ -6,6 +6,7 @@ create table switchtypes (
create table switches (
switch serial not null primary key,
ip inet not null,
+ secondary_ip inet,
sysname varchar not null,
switchtype varchar not null references switchtypes,
last_updated timestamp,