Skip to content

Commit

Permalink
Tweak IPAM config to match Wim
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbelamaric committed Nov 14, 2022
1 parent 77ae170 commit 13d1f86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/participant/vpc1-aggregate0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: ipam.nephio.org/v1alpha1
kind: IPPrefix
metadata:
name: aggregate0
labels:
nephio.org/network-name: ue-net
spec:
kind: aggregate
prefix: 10.0.0.0/8
Expand Down
2 changes: 1 addition & 1 deletion packages/participant/vpc1-net-n3-prefix1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
nephio.org/gateway: "true"
spec:
kind: network
prefix: 10.0.1.1/24
prefix: 10.0.0.1/24
network: sample-n3-net
networkInstance: sample-vpc
2 changes: 1 addition & 1 deletion packages/participant/vpc1-net-n6-prefix1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
nephio.org/gateway: "true"
spec:
kind: network
prefix: 172.1.1.1/24
prefix: 172.0.0.1/24
network: sample-n6-net
networkInstance: sample-vpc

0 comments on commit 13d1f86

Please sign in to comment.