Commit e9501f8
authored
Fix BGP demo. (#616)
* Update generated packages.
* Update demo/bgp to use network-instance paths.
* (M) demo/bgp/main.go
- Use /network-instances/network-instance/protocols/protocol/bgp
rather than /bgp which has been deprecated.
* (M) demo/bgp/testdata/bgp-ietf.json
- Use openconfig-network-instance rather than openconfig-bgp as
a prefix since BGP is now instantiated in the network-instance
module.
* Update generated protobufs; remove references to /bgp.
* (M): demo/protobuf_getting_started/ribproto/openconfig/enums/enums.pb.go
* (M): demo/protobuf_getting_started/ribproto/openconfig/openconfig.pb.go
* (M): demo/protobuf_getting_started/ribproto/openconfig/openconfig_rib_bgp/openconfig_rib_bgp.pb.go
* (M): integration_tests/annotations/apb/annotation.pb.go
* (M): integration_tests/annotations/proto2apb/proto2apb.pb.go
* (M): proto/yext/yext.pb.go
* (M): proto/ywrapper/ywrapper.pb.go
- Regenerate protobufs using later version of protoc.
* (M): ytypes/schema_tests/testdata/basic-extra.json
* (M): ytypes/schema_tests/testdata/basic.json
* (M): ytypes/schema_tests/testdata/bgp-example-opstate-with-shadow.json
* (M): ytypes/schema_tests/testdata/bgp-example-opstate.json
* (M): ytypes/schema_tests/testdata/bgp-example.json
* (M): ytypes/schema_tests/validate_test.go
- Remove references to /bgp in integration tests.
* Remove unused code, update imports.1 parent 57d8e7c commit e9501f8
File tree
22 files changed
+99940
-247346
lines changed- demo
- bgp
- testdata
- protobuf_getting_started/ribproto/openconfig
- enums
- openconfig_rib_bgp
- exampleoc
- opstateoc
- wrapperunionoc
- integration_tests/annotations
- apb
- proto2apb
- proto
- yext
- ywrapper
- ytypes/schema_tests
- testdata
22 files changed
+99940
-247346
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
51 | | - | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
55 | | - | |
56 | | - | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
82 | | - | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
89 | | - | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
93 | | - | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
97 | | - | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
103 | | - | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
111 | | - | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| |||
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
122 | | - | |
| 124 | + | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments