-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rt_netlink.c (netlink_talk_filter): Show always warning message,
it's not for debug. * rt_netlink.c (netlink_talk): Don't assume we use netlink_cmd although we do now actually. * rt_netlink.c (netlink_route, netlink_route_multipath): Always use netlink_cmd to send messages to the kernel. [backport candidate]
- Loading branch information
hasso
committed
Mar 31, 2005
1 parent
aca72fd
commit b7ed1ec
Showing
2 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2005-03-31 Hasso Tepper <hasso at quagga.net> | ||
|
||
* rt_netlink.c (netlink_talk_filter): Show always warning message, | ||
it's not for debug. | ||
* rt_netlink.c (netlink_talk): Don't assume we use netlink_cmd | ||
although we do now actually. | ||
* rt_netlink.c (netlink_route, netlink_route_multipath): Always use | ||
netlink_cmd to send messages to the kernel. | ||
|
||
2005-03-30 Andrew J. Schorr <[email protected]> | ||
|
||
* irdp.h: Add prototype for irdp_sock_init, and fix protos for | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters