From 7c32b8e3c1a56bf55355b3b3e8c06ea3e73403ae Mon Sep 17 00:00:00 2001 From: Mohammad Javad Pooladkhay Date: Fri, 24 Nov 2023 23:46:07 +0000 Subject: [PATCH] public-api: add clsact_qdisc_exists --- xtask/public-api/aya.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/xtask/public-api/aya.txt b/xtask/public-api/aya.txt index 196e0cec..7575ba88 100644 --- a/xtask/public-api/aya.txt +++ b/xtask/public-api/aya.txt @@ -4639,6 +4639,7 @@ impl core::borrow::BorrowMut for aya::programs::tc::TcOptions where T: cor pub fn aya::programs::tc::TcOptions::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya::programs::tc::TcOptions pub fn aya::programs::tc::TcOptions::from(t: T) -> T +pub fn aya::programs::tc::clsact_qdisc_exists(if_name: &str) -> core::result::Result pub fn aya::programs::tc::qdisc_add_clsact(if_name: &str) -> core::result::Result<(), std::io::error::Error> pub fn aya::programs::tc::qdisc_detach_program(if_name: &str, attach_type: aya::programs::tc::TcAttachType, name: &str) -> core::result::Result<(), std::io::error::Error> pub mod aya::programs::tp_btf