Skip to content

Commit

Permalink
enabled router-preference by default
Browse files Browse the repository at this point in the history
  • Loading branch information
suz committed Jul 29, 2005
1 parent fab3b7b commit 629104c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions netbsd/sys/arch/alpha/conf/GENERIC.KAME
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ options ALTQ_PRIQ #priority queue
#options ALTQ_DEBUG #for debugging

options TCP_ECN # ECN support in TCP
options RTPREF #router preference on host side
2 changes: 1 addition & 1 deletion netbsd/sys/arch/i386/conf/GENERIC.KAME
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ options SCTP # adds SCTP stack to kernel - requires INET6
#options SCTP_USE_ADLER32 # use obsolete Adler32 checksum,

# Router Preference on host side
#options RTPREF
options RTPREF

# ALTQ options
#options ALTQ #alternate queueing
Expand Down
3 changes: 3 additions & 0 deletions netbsd/sys/arch/macppc/conf/GENERIC.KAME
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ include "arch/macppc/conf/GENERIC"
#options MIP6 # required for all node types
#pseudo-device mip 1 # required for a mobile node
#options MIP6_DEBUG

# Router Preference on host side
option RTPREF
3 changes: 3 additions & 0 deletions openbsd/sys/arch/i386/conf/GENERIC.KAME
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ pseudo-device ist 1 # ISATAP interface
# multipath support in radix routing table
#option RADIX_MPATH

# Router Preference on host side
option RTPREF

# Source-Specific Multicast (SSM)
#option IGMPV3 # IPv4
#option MLDV2 # IPv6
Expand Down
3 changes: 3 additions & 0 deletions openbsd/sys/arch/macppc/conf/GENERIC.KAME
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ option SCTP # adds SCTP stack to kernel - requires INET6
# multipath support in radix routing table
#option RADIX_MPATH

# Router Preference on host side
option RTPREF

# Source-Specific Multicast (SSM)
#option IGMPV3 # IPv4
#option MLDV2 # IPv6
Expand Down

0 comments on commit 629104c

Please sign in to comment.