/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/rib/meson.build
7 строк
254 B
Robin Jarry
rib6: use IPv6 address structure and utils
18 окт 2024, 18:47
18 окт 2024, 18:47
59b9931
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Vladimir Medvedkin <medvedkinv@gmail.com> # Copyright(c) 2019 Intel Corporation sources = files('rte_rib.c', 'rte_rib6.c') headers = files('rte_rib.h', 'rte_rib6.h') deps += ['net', 'mempool']