Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 8aeb1d9

Browse files
author
Kirill Shirinkin
committed
Remove router_type reference
1 parent f824a86 commit 8aeb1d9

File tree

1 file changed

+0
-3
lines changed
  • openstack/networking/v2/extensions/layer3/routers

1 file changed

+0
-3
lines changed

openstack/networking/v2/extensions/layer3/routers/results.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ type Router struct {
4848
// other than its own.
4949
TenantID string `json:"tenant_id" mapstructure:"tenant_id"`
5050

51-
// Whether router is Exclusive or Shared.
52-
RouterType string `json:"router_type" mapstructure:"router_type"`
53-
5451
Routes []Route `json:"routes" mapstructure:"routes"`
5552
}
5653

0 commit comments

Comments
 (0)