Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166112666
D46301.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
469 B
Referenced Files
None
Subscribers
None
D46301.diff
View Options
diff --git a/sys/netlink/route/rt.c b/sys/netlink/route/rt.c
--- a/sys/netlink/route/rt.c
+++ b/sys/netlink/route/rt.c
@@ -1012,7 +1012,8 @@
}
error = rib_del_route_px(attrs.rta_table, attrs.rta_dst,
- attrs.rtm_dst_len, path_match_func, &attrs, 0, &rc);
+ attrs.rtm_dst_len, path_match_func, &attrs,
+ (attrs.rta_rtflags & RTF_PINNED) ? RTM_F_FORCE : 0, &rc);
if (error == 0)
report_operation(attrs.rta_table, &rc, nlp, hdr);
return (error);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 12, 8:03 PM (11 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36556831
Default Alt Text
D46301.diff (469 B)
Attached To
Mode
D46301: netlink/route: make route deletion behavior match route(4) socket
Attached
Detach File
Event Timeline
Log In to Comment