We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc20284 commit f86fc3fCopy full SHA for f86fc3f
schema/crdb/dbinit.sql
@@ -7118,9 +7118,6 @@ CREATE TABLE IF NOT EXISTS omicron.public.multicast_group (
7118
ip_pool_range_id UUID NOT NULL,
7119
multicast_ip INET NOT NULL,
7120
7121
- /* Source-Specific Multicast (SSM) support */
7122
- source_ips INET[] DEFAULT ARRAY[]::INET[],
7123
-
7124
/* Associated underlay group for NAT */
7125
/* We fill this as part of the RPW */
7126
underlay_group_id UUID,
0 commit comments