Commit 535fb8d
vxlan: Call udp_flow_src_port
In vxlan and OVS vport-vxlan call common function to get source port
for a UDP tunnel. Removed vxlan_src_port since the functionality is
now in udp_flow_src_port.
Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>1 parent b8f1a55 commit 535fb8d
File tree
3 files changed
+3
-30
lines changed- drivers/net
- include/net
- net/openvswitch
3 files changed
+3
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1570 | 1570 | | |
1571 | 1571 | | |
1572 | 1572 | | |
1573 | | - | |
1574 | | - | |
1575 | | - | |
1576 | | - | |
1577 | | - | |
1578 | | - | |
1579 | | - | |
1580 | | - | |
1581 | | - | |
1582 | | - | |
1583 | | - | |
1584 | | - | |
1585 | | - | |
1586 | | - | |
1587 | | - | |
1588 | | - | |
1589 | | - | |
1590 | | - | |
1591 | | - | |
1592 | 1573 | | |
1593 | 1574 | | |
1594 | 1575 | | |
| |||
1807 | 1788 | | |
1808 | 1789 | | |
1809 | 1790 | | |
1810 | | - | |
| 1791 | + | |
| 1792 | + | |
1811 | 1793 | | |
1812 | 1794 | | |
1813 | 1795 | | |
| |||
2235 | 2217 | | |
2236 | 2218 | | |
2237 | 2219 | | |
2238 | | - | |
2239 | 2220 | | |
2240 | 2221 | | |
2241 | 2222 | | |
| |||
2272 | 2253 | | |
2273 | 2254 | | |
2274 | 2255 | | |
2275 | | - | |
2276 | | - | |
2277 | | - | |
2278 | 2256 | | |
2279 | 2257 | | |
2280 | 2258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | | - | |
148 | 146 | | |
149 | 147 | | |
150 | 148 | | |
| |||
172 | 170 | | |
173 | 171 | | |
174 | 172 | | |
175 | | - | |
176 | | - | |
| 173 | + | |
177 | 174 | | |
178 | 175 | | |
179 | 176 | | |
| |||
0 commit comments