Skip to content

Commit

Permalink
Merge pull request #161 from foundation-model-stack/sunya-ch-patch-1
Browse files Browse the repository at this point in the history
Update ipvlanl2.yaml
  • Loading branch information
sunya-ch authored Dec 1, 2023
2 parents 7714e6c + f0cb236 commit 4cc4e28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/samples/multinicnetwork/ipvlanl2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ kind: MultiNicNetwork
metadata:
name: multinic-ipvlanl2
spec:
subnet: "172.31.49.0/24"
subnet: ""
ipam: |
{ "type": "whereabouts" }
{ "type": "whereabouts", "range": "192.168.0.0/18" }
multiNICIPAM: false
plugin:
cniVersion: "0.3.0"
type: ipvlan
args:
mode: l2
mode: l2

0 comments on commit 4cc4e28

Please sign in to comment.