Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1971
b: refs/heads/master
c: 6efd845
h: refs/heads/master
i:
  1969: a22bbf6
  1967: bd75302
v: v3
  • Loading branch information
Randy Dunlap authored and David S. Miller committed Jun 13, 2005
1 parent 8c9735e commit 9f98a5e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e7626486c3c4ce456b11a7944edf164ef76fc599
refs/heads/master: 6efd8455cff1979dd081daaa1ce3d3f1764863dc
2 changes: 2 additions & 0 deletions trunk/net/ipv4/multipath_drr.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <linux/igmp.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/module.h>
#include <linux/mroute.h>
#include <linux/init.h>
#include <net/ip.h>
Expand Down Expand Up @@ -247,3 +248,4 @@ static void __exit drr_exit(void)

module_init(drr_init);
module_exit(drr_exit);
MODULE_LICENSE("GPL");
2 changes: 2 additions & 0 deletions trunk/net/ipv4/multipath_random.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <linux/igmp.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/module.h>
#include <linux/mroute.h>
#include <linux/init.h>
#include <net/ip.h>
Expand Down Expand Up @@ -126,3 +127,4 @@ static void __exit random_exit(void)

module_init(random_init);
module_exit(random_exit);
MODULE_LICENSE("GPL");
2 changes: 2 additions & 0 deletions trunk/net/ipv4/multipath_rr.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <linux/igmp.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/module.h>
#include <linux/mroute.h>
#include <linux/init.h>
#include <net/ip.h>
Expand Down Expand Up @@ -93,3 +94,4 @@ static void __exit rr_exit(void)

module_init(rr_init);
module_exit(rr_exit);
MODULE_LICENSE("GPL");
2 changes: 2 additions & 0 deletions trunk/net/ipv4/multipath_wrandom.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <linux/igmp.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/module.h>
#include <linux/mroute.h>
#include <linux/init.h>
#include <net/ip.h>
Expand Down Expand Up @@ -342,3 +343,4 @@ static void __exit wrandom_exit(void)

module_init(wrandom_init);
module_exit(wrandom_exit);
MODULE_LICENSE("GPL");

0 comments on commit 9f98a5e

Please sign in to comment.