summaryrefslogtreecommitdiffhomepage
path: root/config/bgp_configs.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/bgp_configs.go')
-rw-r--r--config/bgp_configs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bgp_configs.go b/config/bgp_configs.go
index 24e89482..7530cd21 100644
--- a/config/bgp_configs.go
+++ b/config/bgp_configs.go
@@ -1566,7 +1566,7 @@ type NeighborSets struct {
type Prefix struct {
// original -> rpol:ip-prefix
//rpol:ip-prefix's original type is inet:ip-prefix
- IpPrefix net.IPNet
+ IpPrefix string
// original -> rpol:masklength-range
MasklengthRange string
}