blob: 9673f0c41fcd4c4308ac105db5d7bf1d856b0f52 [file] [log] [blame]
Jayakumar Thazhathf0f20892017-09-11 02:00:20 -04001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//incubator/api:onos-incubator-api'
4]
5
6osgi_jar (
7 deps = COMPILE_DEPS,
8)
9
10onos_app (
11 title = 'IPv6 RA Generator',
12 category = 'Traffic Steering',
13 url = 'http://onosproject.org',
14 description = 'Application for generating IPv6 RAs',
15)