|
@@ -279,7 +279,7 @@ impl SchedClassifierLink {
|
|
/// [`SchedClassifierLink::detach`] will return a [`TcError::NetlinkError`]
|
|
/// [`SchedClassifierLink::detach`] will return a [`TcError::NetlinkError`]
|
|
/// - If you create a link for a program that you do not own, detaching it may have unintended
|
|
/// - If you create a link for a program that you do not own, detaching it may have unintended
|
|
/// consequences.
|
|
/// consequences.
|
|
- pub fn new(
|
|
|
|
|
|
+ pub fn new_tc_link(
|
|
if_name: &str,
|
|
if_name: &str,
|
|
attach_type: TcAttachType,
|
|
attach_type: TcAttachType,
|
|
priority: u16,
|
|
priority: u16,
|