File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ cd $GOPATH/bin
86
86
```
87
87
cd $GOPATH/bin
88
88
./gnoi_reset \
89
- -target_addr localhost:9399 \
89
+ -target_addr localhost:9339 \
90
90
-target_name target.com \
91
91
-rollback_os \
92
92
-zero_fill \
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ go install github.com/google/gnxi/gnmi_subscribe
30
30
./gnmi_subscribe \
31
31
-xpath "/system/openflow/agent/config/datapath-id" \
32
32
-xpath "/system/openflow/controllers/controller[name=main]" \
33
- -target_addr localhost:9399 \
33
+ -target_addr localhost:9339 \
34
34
-target_name target.com \
35
35
-ca ca.crt \
36
36
-key client.key \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ go install github.com/google/gnxi/gnoi_os
20
20
## Run
21
21
```
22
22
./gnoi_os \
23
- -target_addr localhost:9399 \
23
+ -target_addr localhost:9339 \
24
24
-target_name target.com \
25
25
-ca ca.crt \
26
26
-key client.key \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ go install github.com/google/gnxi/gnoi_reset
15
15
## Run
16
16
```
17
17
./gnoi_reset \
18
- -target_addr localhost:9399 \
18
+ -target_addr localhost:9339 \
19
19
-target_name target.com \
20
20
-rollback_os \
21
21
-zero_fill \
You can’t perform that action at this time.
0 commit comments