| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
the length of an AS path (matches if the path is longer then the specified
lenght) the second matches when a sequence of the same AS number is longer
then the specified length).
max-as-len is good to protect crappy comercial bgp boxes from other crappy
comercial bgp boxes. max-as-seq was a feature request from SwissIX and maybe
EuroIX to find and filter prepends.
Additinal testing and OK sthen@
|
|
This adds a bit of new config to specify the mapping between an rdomain and
the BGP MPLS VPN instance, example:
rdomain 1 {
descr "CUSTOMER1"
rd 65003:1
import-target rt 65003:3
export-target rt 65003:1
depend on mpe0
network 192.168.224/24
}
The "depend on mpe0" is a but ugly but for now this is the quickest way to
figure out which interface bgp should use to insert the MPLS routes.
A big side-effect of this diff is that networks are now internally
distributed through kroute.c.
This needs some kernel changes that will follow hopefully soon.
OK henning@
|
|
also add mpl_cpu and curcpu() to the debugging messages.
Issue spotted by and ok kettenis@
|
|
about that. OK michele@
|
|
This is the OpenBSD part of the main step to bring it back in sync.
At the same time, this prevents trailing whitespace in the output:
We delay writing blanks until we are sure printable characters follow.
This is achieved by
* not using vbl any longer for the control of line breaking
* such that vbl can sum up all kinds of white space
* before writing a word, printing all the blanks collected in vbl
* within the word, adding NBSP chars to vbl, then continuing with the word
* after the word, adding blanks to vbl, then starting the next word
|
|
to make it easier to understand and to fix various bugs:
* strip white space from the end MDOC_TEXT elements in literal mode
* in literal mode, a line may be blank even when containing tabs
* escaped backslashes do not escape following characters
ok kristaps@
|
|
copying vendor[8]/product[16]/revision[4] out of struct scsi_inquiry_data
together with one memcopy.
ok krw
|
|
direntry deName[8]/deExtension[3] buffers separately rather than in one
11 byte copy. Makes gcc4 -Wbounded happy.
ok krw
|
|
|
|
no need to set KEY3&KEY4 entries in the split TKIP MIC case (these
entries are set to 0 already.)
|
|
|
|
so that it stays within a single cache line.
Feedback and ok kettenis@
|
|
cache is already cleared at startup and entries >64 will never have
their MAC addresses set. removes pairs of writes in set_key.
|
|
|
|
|
|
use with
LPORT=`ssh -S muxsocket -R0:localhost:25 -O forward somehost`
feedback and ok djm@
|
|
Fixes jdk builds among other things.
ok robert@ espie@
|
|
program does not free(3) it.
|
|
|
|
|
|
|
|
capability in the HT Capabilities field of the HT IE (not used yet.)
|
|
clear Rx descriptor part before posting the buffer.
always do the PREREAD DMA sync.
|
|
allocated.
|
|
|
|
|
|
problem spotted by matthieu/naddy
okay kettenis@, matthieu@
|
|
|