summaryrefslogtreecommitdiff
path: root/strata/networking-utils.morph
blob: d452b72b5b79d906e64c86a440ed9882592a749d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
name: networking-utils
kind: stratum
description: |
  Stratum which contains utils to works with networks: create, enable, filter...

  This stratum requires kernel config flags which are not enabled in the default
  Baserock kernel found in the BSP strata. See the Openstack BSP stratum to get
  an idea of what is needed.
build-depends:
- morph: strata/foundation.morph
chunks:
- name: ebtables
  morph: strata/networking-utils/ebtables.morph
  repo: upstream:ebtables
  ref: f4bdc80ae8c1a79b4ab5dcb8431ad85aea618d66
  unpetrify-ref: master
- name: iproute2
  morph: strata/networking-utils/iproute2.morph
  repo: upstream:iproute2
  ref: 50231ad2a554fcb02462bed6405c970833c1baee
  unpetrify-ref: v3.17.0
- name: libmnl
  repo: upstream:libmnl
  ref: c9f19b98cd8e108617e825e071091df14f78c53a
  unpetrify-ref: master
  build-system: autotools
- name: ipset
  morph: strata/networking-utils/ipset.morph
  repo: upstream:ipset
  ref: cf25c4c50e9996af30499e5b1c3354ab53be7237
  unpetrify-ref: v6.24
  build-depends:
  - libmnl
- name: libpcap
  morph: strata/networking-utils/libpcap.morph
  repo: upstream:libpcap
  ref: 098a643f817e8a9929c70dfba157e4d399398375
  unpetrify-ref: libpcap-1.7
- name: tcpdump
  morph: strata/networking-utils/tcpdump.morph
  repo: upstream:tcpdump
  ref: 8aa5edea1b8846740514dee4158b6c707d38fc13
  unpetrify-ref: tcpdump-4.7
  build-depends:
  - libpcap
- name: libnet
  morph: strata/networking-utils/libnet.morph
  repo: upstream:libnet
  ref: 05df365769597e1d64d02af931d6127762ff2658
  unpetrify-ref: libnet-1.2
- name: iputils
  morph: strata/networking-utils/iputils.morph
  repo: upstream:iputils
  ref: d25e54e25107bc7c5d14737ed65f5f52b54f1472
  unpetrify-ref: s20140519
  build-depends:
  - libpcap
  - libnet
- name: libnfnetlink
  morph: strata/networking-utils/libnfnetlink.morph
  repo: upstream:libnfnetlink
  ref: 1166116e34af868bc814aea338c246e49a7a8748
  unpetrify-ref: libnfnetlink-1.0.1
- name: libnetfilter_conntrack
  morph: strata/networking-utils/libnetfilter_conntrack.morph
  repo: upstream:libnetfilter_conntrack
  ref: 5ad6ecff6edffd925022372323e42264f61e850d
  unpetrify-ref: libnetfilter_conntrack-1.0.4
  build-depends:
  - libnfnetlink
  - libmnl
- name: libnetfilter_cthelper
  morph: strata/networking-utils/libnetfilter_cthelper.morph
  repo: upstream:libnetfilter_cthelper
  ref: b8df12f352db62d26e5116e960d24774d5c9f3b7
  unpetrify-ref: libnetfilter_cthelper-1.0.0
  build-depends:
  - libmnl
- name: libnetfilter_cttimeout
  morph: strata/networking-utils/libnetfilter_cttimeout.morph
  repo: upstream:libnetfilter_cttimeout
  ref: 329652bef21c831dae1a9a79084b999d40b4eb5b
  unpetrify-ref: libnetfilter_cttimeout-1.0.0
  build-depends:
  - libmnl
- name: libnetfilter_queue
  morph: strata/networking-utils/libnetfilter_queue.morph
  repo: upstream:libnetfilter_queue
  ref: f5d092dd3145d427c7c2ed668e3ac899875c9612
  unpetrify-ref: libnetfilter_queue-1.0.2
  build-depends:
  - libnfnetlink
  - libmnl
- name: conntrack-tools
  morph: strata/networking-utils/conntrack-tools.morph
  repo: upstream:conntrack-tools
  ref: fbe3181be4f2e33509b1c20b95fd55eb3e7075d7
  unpetrify-ref: conntrack-tools-1.4.2
  build-depends:
  - libnfnetlink
  - libmnl
  - libnetfilter_conntrack
  - libnetfilter_cttimeout
  - libnetfilter_cthelper
  - libnetfilter_queue