Skip to content

Commit 46321fb

Browse files
author
Quang Nguyen
authored
feat : Add ifname to ipconfigrequest (#1530)
add ifname to ipconfigrequest
1 parent 2ee67e5 commit 46321fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cns/NetworkContainerContract.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ type IPConfigRequest struct {
390390
PodInterfaceID string
391391
InfraContainerID string
392392
OrchestratorContext json.RawMessage
393+
Ifname string
393394
}
394395

395396
func (i IPConfigRequest) String() string {

0 commit comments

Comments
 (0)