Skip to content

Commit c2d32b6

Browse files
committed
Use reserved port
1 parent a81c56d commit c2d32b6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ cd $GOPATH/bin
8686
```
8787
cd $GOPATH/bin
8888
./gnoi_reset \
89-
-target_addr localhost:9399 \
89+
-target_addr localhost:9339 \
9090
-target_name target.com \
9191
-rollback_os \
9292
-zero_fill \

gnmi_subscribe/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ go install github.com/google/gnxi/gnmi_subscribe
3030
./gnmi_subscribe \
3131
-xpath "/system/openflow/agent/config/datapath-id" \
3232
-xpath "/system/openflow/controllers/controller[name=main]" \
33-
-target_addr localhost:9399 \
33+
-target_addr localhost:9339 \
3434
-target_name target.com \
3535
-ca ca.crt \
3636
-key client.key \

gnoi_os/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ go install github.com/google/gnxi/gnoi_os
2020
## Run
2121
```
2222
./gnoi_os \
23-
-target_addr localhost:9399 \
23+
-target_addr localhost:9339 \
2424
-target_name target.com \
2525
-ca ca.crt \
2626
-key client.key \

gnoi_reset/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ go install github.com/google/gnxi/gnoi_reset
1515
## Run
1616
```
1717
./gnoi_reset \
18-
-target_addr localhost:9399 \
18+
-target_addr localhost:9339 \
1919
-target_name target.com \
2020
-rollback_os \
2121
-zero_fill \

0 commit comments

Comments
 (0)