From 04f2e44c29bac41d7d82207ab1df236010c9f54b Mon Sep 17 00:00:00 2001 From: Ruslan Bayandinov Date: Wed, 1 Feb 2023 07:06:39 +0000 Subject: [PATCH] update copyright Signed-off-by: Ruslan Bayandinov --- pkg/networkservice/common/excludedprefixes/client_test.go | 6 +++--- pkg/tools/monitorconnection/authorize/server_test.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/networkservice/common/excludedprefixes/client_test.go b/pkg/networkservice/common/excludedprefixes/client_test.go index 43e5771b1f..514d688a64 100644 --- a/pkg/networkservice/common/excludedprefixes/client_test.go +++ b/pkg/networkservice/common/excludedprefixes/client_test.go @@ -1,6 +1,6 @@ // Copyright (c) 2021 Doc.ai and/or its affiliates. // -// Copyright (c) 2022 Cisco and/or its affiliates. +// Copyright (c) 2022-2023 Cisco and/or its affiliates. // // SPDX-License-Identifier: Apache-2.0 // @@ -142,8 +142,8 @@ func TestExcludedPrefixesClient_Close_PrefixesAreRemoved(t *testing.T) { Connection: &networkservice.Connection{ Context: &networkservice.ConnectionContext{ IpContext: &networkservice.IPContext{ - SrcIpAddrs: []string{"172.16.0.100/32"}, - DstIpAddrs: []string{"172.16.0.103/32"}, + SrcIpAddrs: []string{"a.16.0.100/32"}, + DstIpAddrs: []string{"b.16.0.103/32"}, }, }, }, diff --git a/pkg/tools/monitorconnection/authorize/server_test.go b/pkg/tools/monitorconnection/authorize/server_test.go index 191aead07d..b3c3bdc2c9 100644 --- a/pkg/tools/monitorconnection/authorize/server_test.go +++ b/pkg/tools/monitorconnection/authorize/server_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Cisco and/or its affiliates. +// Copyright (c) 2022-2023 Cisco and/or its affiliates. // // SPDX-License-Identifier: Apache-2.0 //