Skip to content

Commit 94cf1fa

Browse files
authored
Merge pull request #820 from lsst-it/IT-6054_add_route_lhn_ra
(multus/yagan) add route to embargo on NAD lhn-ra
2 parents 1d4d5c9 + fc8b1ab commit 94cf1fa

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

fleet/lib/multus-conf/overlays/yagan/net-attach-def-ra-lhn-demo.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ spec:
1717
"address": "139.229.173.162/27",
1818
"gateway": "139.229.173.190"
1919
}
20+
],
21+
"routes": [
22+
{
23+
"dst": "172.24.7.0/24",
24+
"gw": "139.229.173.190"
25+
}
2026
]
2127
}
2228
}'

fleet/lib/multus-conf/overlays/yagan/net-attach-def-ra-lhn.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ spec:
1717
"address": "139.229.173.161/27",
1818
"gateway": "139.229.173.190"
1919
}
20+
],
21+
"routes": [
22+
{
23+
"dst": "172.24.7.0/24",
24+
"gw": "139.229.173.190"
25+
}
2026
]
2127
}
2228
}'

0 commit comments

Comments
 (0)