This repository was archived by the owner on Apr 8, 2025. It is now read-only.
File tree
17,227 files changed
+684
-5005206
lines changed- cnivpp
- api
- bridge
- infra
- interface
- memif
- vhostuser
- test
- memifAddDel
- vhostUserAddDel
- vendor
- git.fd.io/govpp.git
- adapter
- mock
- binapi
- socketclient
- vppapiclient
- api
- cmd/binapi-generator
- testdata
- codec
- core
- examples
- binapi
- acl
- af_packet
- interfaces
- ip
- memclnt
- memif
- vpe
- perf-bench
- service-client
- simple-client
- stats-api
- union-example
- extras/libmemif
- examples
- gopacket
- icmp-responder
- jumbo-frames
- raw-data
- github.com
- bennyscetbun/jsongo
- containernetworking
- cni
- Documentation
- cnitool
- libcni
- pkg
- invoke
- fakes
- skel
- types
- 020
- current
- version
- legacy_examples
- testhelpers
- plugins/test
- noop
- debug
- sleep
- scripts
- plugins
- Godeps
- integration
- testdata
- basic-bridge
- chained-bridge-bandwidth
- pkg
- hns
- ip
- ipam
- ns
- testutils
- echosvr
- utils
- buildversion
- hwaddr
- sysctl
- plugins
- ipam
- dhcp
- systemd
- host-local
- backend
- allocator
- disk
- testing
- static
- main
- bridge
- host-device
- ipvlan
- loopback
- macvlan
- ptp
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
17,227 files changed
+684
-5005206
lines changedDiff for: .gitignore
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
8 |
| - | |
9 |
| - | |
10 | 9 |
| |
11 | 10 |
|
Diff for: .travis.yml
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
3 | 5 |
| |
4 | 6 |
| |
5 | 7 |
| |
|
Diff for: Makefile
+7-17
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 | 109 |
| |
113 | 110 |
| |
114 | 111 |
| |
115 | 112 |
| |
116 | 113 |
| |
117 | 114 |
| |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
| 115 | + | |
127 | 116 |
| |
128 | 117 |
| |
129 | 118 |
| |
| |||
221 | 210 |
| |
222 | 211 |
| |
223 | 212 |
| |
224 |
| - | |
225 |
| - | |
226 |
| - | |
227 |
| - | |
228 | 213 |
| |
229 | 214 |
| |
230 | 215 |
| |
231 | 216 |
| |
232 | 217 |
| |
233 | 218 |
| |
234 | 219 |
| |
235 |
| - | |
| 220 | + | |
236 | 221 |
| |
237 | 222 |
| |
238 | 223 |
| |
| |||
246 | 231 |
| |
247 | 232 |
| |
248 | 233 |
| |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
249 | 239 |
| |
250 | 240 |
| |
251 | 241 |
| |
|
Diff for: README.md
+5-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 |
| - | |
159 |
| - | |
160 |
| - | |
161 |
| - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
162 | 158 |
| |
163 | 159 |
| |
164 | 160 |
| |
|
Diff for: cnivpp/api/bridge/bridge.go
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Diff for: cnivpp/api/infra/infra.go
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Diff for: cnivpp/api/interface/interface.go
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
Diff for: cnivpp/api/memif/memif.go
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
Diff for: cnivpp/api/vhostuser/vhostuser.go
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Diff for: cnivpp/test/memifAddDel/memifAddDel.go
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
0 commit comments