Skip to content

Commit

Permalink
Add DHCP port
Browse files Browse the repository at this point in the history
  • Loading branch information
liornoy committed May 23, 2024
1 parent ff29fe8 commit c51aaae
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions commatrix/static-custom-entries.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ var generalStaticEntriesWorker = []types.ComDetails{
Pod: "",
Container: "",
Optional: true,
},
{
Direction: "ingress",
Protocol: "TCP",
Port: "67",
NodeRole: "worker",
Service: "DHCP",
Namespace: "<RHCOS System>",
Pod: "",
Container: "",
Optional: true,
}, {
Direction: "ingress",
Protocol: "TCP",
Expand Down Expand Up @@ -167,6 +178,17 @@ var generalStaticEntriesMaster = []types.ComDetails{
Pod: "",
Container: "",
Optional: true,
},
{
Direction: "ingress",
Protocol: "TCP",
Port: "67",
NodeRole: "master",
Service: "DHCP",
Namespace: "<RHCOS System>",
Pod: "",
Container: "",
Optional: true,
}, {
Direction: "ingress",
Protocol: "TCP",
Expand Down

0 comments on commit c51aaae

Please sign in to comment.