summaryrefslogtreecommitdiff
path: root/zebra/tc_socket.c
AgeCommit message (Collapse)Author
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
Done with a combination of regex'ing and banging my head against a wall. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2022-11-22zebra: traffic control state managementSiger Yang
This allows Zebra to manage QDISC, TCLASS, TFILTER in kernel and do cleaning jobs when it starts up. Signed-off-by: Siger Yang <siger.yang@outlook.com>
2022-11-22zebra: update tc netlink / socket license headerSiger Yang
Update license header. Signed-off-by: Siger Yang <siger.yang@outlook.com>
2022-08-11zebra: add empty placeholders for tc via BSD socketSiger Yang
This commit adds unimplemented updating functions for traffic control via BSD socket. Signed-off-by: Siger Yang <siger.yang@outlook.com>