Not 100% sure but there's a chance that this will work how you expect in 
-current.

https://github.com/openbsd/src/commit/029c661593e4bba8652393dbb912eaf3b5031eec


On 2024-02-23, Marko Cupać <marko.cu...@mimar.rs> wrote:
> Hi,
>
> my OpenBSD firewall has static default route to the Internet over
> external interface, and gets routes to internal subnets by means of
> OSPF with Juniper switch over internal interface.
>
> Host on one of internal subnets queries snmpd listening on internal
> interface of OpenBSD firewall. When OSPF on OpenBSD firewall is
> up, requests arrive on internal interface, replies depart on internal
> interface - expected working situation.
>
> When OSPF on OpenBSD firewall go down (rcctl stop ospfd), requests
> still arrive on internal interface (switch has static default route
> over OpenBSD firewall), but as firewall has no longer route to internal
> subnet from which queries originate, it correctly tries to send replies
> over default route (external interface), which intentionally get
> blocked by pf.
>
> The problem is the fact that after OSPF on OpenBSD firewall comes up
> (rcctl start ospfd), snmpd continues to send replies over default
> route, not over more specific route learned over OSPF. Restarting snmpd
> results in picking up new route correctly.
>
> I am not 100% sure, but I think the same happens with pflow exports to
> the same host on internal subnet. It takes destroying pflow0 interface
> and netstart-ing it for picking up new route correctly.
>
> Anyone else encountered this? Could this be a bug? Or should I
> reconfigure something?
>
> PS: My setup is actually a bit more complicated (CARP pair, OSPF
> depends on carp interface, aggregated interfaces etc. but that should
> not affect the situation where snmpd sends traffic over default route
> and external interface even though routing table has more specific
> route over internal interface. I will gladly provide more details if
> needed.
>
> snmpd.conf (redacted):
>
> listen on udp 10.66.66.253 read snmpv3
> seclevel auth
> system contact "John Doe (john....@example.org"
> system description "OpenBSD"
> system location "Somwhere"
> system name "fw2.example.org"
> user "example" authkey "thisisnotakey" auth hmac-sha1
>
> hostname.pflow0 (redacted):
>                          
> flowsrc 10.66.66.253 flowdst 10.66.65.169:9996
> pflowproto 10
>
> route to host's subnet when OSPF is up (redacted):
>
> netstat -rn | grep 10.66.65.0
>
> 10.66.65.0/24     10.30.66.249       UG         0      957     -    32 aggr0
>
> route -n get 10.66.65.0/24
>
>    route to: 10.66.65.0
> destination: 10.66.65.0
>        mask: 255.255.255.0
>     gateway: 10.66.66.249
>   interface: aggr0
>  if address: 10.66.66.253
>    priority: 32 (ospf)
>       flags: <UP,GATEWAY,DONE>
>      use       mtu    expire
>     7126         0         0
>
> ospfctl sh rib | grep 10.66.65.0
>
> 10.66.65.0/24     10.66.66.249       Intra-Area   Network   65536   20:32:27
>
> ospfctl sh fib | grep 10.66.65.0
>
> *O       32 10.66.65.0/24      10.66.66.249
>
> dmesg:
>
> OpenBSD 7.4 (GENERIC.MP) #0: Sun Oct 22 12:13:42 MDT 2023
>     
> r...@syspatch-74-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> real mem = 17027289088 (16238MB)
> avail mem = 16491503616 (15727MB)
> random: good seed from bootblocks
> mpath0 at root
> scsibus0 at mpath0: 256 targets
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.8 @ 0x788c5000 (241 entries)
> bios0: vendor HP version "P89" date 11/23/2021
> bios0: HP ProLiant DL360 Gen9
> efi0 at bios0: UEFI 2.4
> efi0: HP rev 0x25c00
> acpi0 at bios0: ACPI 5.0
> acpi0: sleep states S0 S5
> acpi0: tables DSDT FACP UEFI MCEJ SSDT HEST BERT ERST EINJ BGRT HPET PMCT 
> WDDT APIC MCFG SLIT SRAT SPMI RASF SPCR MSCT BDAT PCCT DMAR SSDT SSDT SSDT
> acpi0: wakeup devices PEX4(S4) BR05(S4) BR03(S4) BR07(S4)
> acpitimer0 at acpi0: 3579545 Hz, 24 bits
> acpihpet0 at acpi0: 14318179 Hz
> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: Intel(R) Xeon(R) CPU E5-2623 v4 @ 2.60GHz, 2597.06 MHz, 06-4f-01, patch 
> 0b000040
> cpu0: 
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
> cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 256KB 
> 64b/line 8-way L2 cache, 10MB 64b/line 20-way L3 cache
> cpu0: smt 0, core 0, package 0
> mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
> cpu0: apic clock running at 99MHz
> cpu0: mwait min=64, max=64, C-substates=0.2.1.2, IBE
> cpu1 at mainbus0: apid 2 (application processor)
> cpu1: Intel(R) Xeon(R) CPU E5-2623 v4 @ 2.60GHz, 2597.04 MHz, 06-4f-01, patch 
> 0b000040
> cpu1: 
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
> cpu1: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 256KB 
> 64b/line 8-way L2 cache, 10MB 64b/line 20-way L3 cache
> cpu1: smt 0, core 1, package 0
> cpu2 at mainbus0: apid 4 (application processor)
> cpu2: Intel(R) Xeon(R) CPU E5-2623 v4 @ 2.60GHz, 2597.03 MHz, 06-4f-01, patch 
> 0b000040
> cpu2: 
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
> cpu2: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 256KB 
> 64b/line 8-way L2 cache, 10MB 64b/line 20-way L3 cache
> cpu2: smt 0, core 2, package 0
> cpu3 at mainbus0: apid 6 (application processor)
> cpu3: Intel(R) Xeon(R) CPU E5-2623 v4 @ 2.60GHz, 2597.02 MHz, 06-4f-01, patch 
> 0b000040
> cpu3: 
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
> cpu3: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 256KB 
> 64b/line 8-way L2 cache, 10MB 64b/line 20-way L3 cache
> cpu3: smt 0, core 3, package 0
> cpu4 at mainbus0: apid 1 (application processor)
> cpu4: Intel(R) Xeon(R) CPU E5-2623 v4 @ 2.60GHz, 2597.10 MHz, 06-4f-01, patch 
> 0b000040
> cpu4: 
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
> cpu4: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 256KB 
> 64b/line 8-way L2 cache, 10MB 64b/line 20-way L3 cache
> cpu4: smt 1, core 0, package 0
> cpu5 at mainbus0: apid 3 (application processor)
> cpu5: Intel(R) Xeon(R) CPU E5-2623 v4 @ 2.60GHz, 2597.17 MHz, 06-4f-01, patch 
> 0b000040
> cpu5: 
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
> cpu5: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 256KB 
> 64b/line 8-way L2 cache, 10MB 64b/line 20-way L3 cache
> cpu5: smt 1, core 1, package 0
> cpu6 at mainbus0: apid 5 (application processor)
> cpu6: Intel(R) Xeon(R) CPU E5-2623 v4 @ 2.60GHz, 2597.13 MHz, 06-4f-01, patch 
> 0b000040
> cpu6: 
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
> cpu6: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 256KB 
> 64b/line 8-way L2 cache, 10MB 64b/line 20-way L3 cache
> cpu6: smt 1, core 2, package 0
> cpu7 at mainbus0: apid 7 (application processor)
> cpu7: Intel(R) Xeon(R) CPU E5-2623 v4 @ 2.60GHz, 2597.23 MHz, 06-4f-01, patch 
> 0b000040
> cpu7: 
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
> cpu7: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 256KB 
> 64b/line 8-way L2 cache, 10MB 64b/line 20-way L3 cache
> cpu7: smt 1, core 3, package 0
> ioapic0 at mainbus0: apid 8 pa 0xfec00000, version 20, 24 pins
> ioapic1 at mainbus0: apid 9 pa 0xfec01000, version 20, 24 pins
> acpimcfg0 at acpi0
> acpimcfg0: addr 0x80000000, bus 0-255
> acpiprt0 at acpi0: bus 255 (UNC0)
> acpiprt1 at acpi0: bus 0 (PCI0)
> acpiprt2 at acpi0: bus 1 (PEX2)
> acpiprt3 at acpi0: bus 2 (PEX4)
> acpiprt4 at acpi0: bus 3 (BR01)
> acpiprt5 at acpi0: bus 4 (BR05)
> acpiprt6 at acpi0: bus 5 (BR03)
> acpiprt7 at acpi0: bus 8 (BR07)
> "PNP0C33" at acpi0 not configured
> "PNP0C14" at acpi0 not configured
> acpipci0 at acpi0 UNC0
> "ACPI0004" at acpi0 not configured
> acpicpu0 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS
> acpicpu1 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS
> acpicpu2 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS
> acpicpu3 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS
> acpicpu4 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS
> acpicpu5 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS
> acpicpu6 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS
> acpicpu7 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS
> acpipci1 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
> "PNP0003" at acpi0 not configured
> acpicmos0 at acpi0
> "IPI0001" at acpi0 not configured
> com0 at acpi0 UAR1 addr 0x3f8/0x8 irq 4: ns16550a, 16 byte fifo
> com1 at acpi0 UAR2 addr 0x2f8/0x8 irq 3: ns16550a, 16 byte fifo
> com1: probed fifo depth: 0 bytes
> "ACPI000E" at acpi0 not configured
> "ACPI000D" at acpi0 not configured
> ipmi at mainbus0 not configured
> cpu0: using VERW MDS workaround (except on vmm entry)
> cpu0: Enhanced SpeedStep 2597 MHz: speeds: 2601, 2600, 2500, 2400, 2300, 
> 2200, 2100, 2000, 1900, 1800, 1700, 1600, 1500, 1400, 1300, 1200 MHz
> pci0 at mainbus0 bus 255
> "Intel Xeon-D QPI Link" rev 0x01 at pci0 dev 11 function 0 not configured
> "Intel Xeon-D QPI Link" rev 0x01 at pci0 dev 11 function 1 not configured
> "Intel Xeon-D QPI Link" rev 0x01 at pci0 dev 11 function 2 not configured
> "Intel Xeon-D QPI Debug" rev 0x01 at pci0 dev 11 function 3 not configured
> "Intel Xeon-D Cache" rev 0x01 at pci0 dev 12 function 0 not configured
> "Intel Xeon-D Cache" rev 0x01 at pci0 dev 12 function 1 not configured
> "Intel Xeon-D Cache" rev 0x01 at pci0 dev 12 function 2 not configured
> "Intel Xeon-D Cache" rev 0x01 at pci0 dev 12 function 3 not configured
> "Intel Xeon-D Cache" rev 0x01 at pci0 dev 15 function 0 not configured
> "Intel E5 v4 Cache" rev 0x01 at pci0 dev 15 function 1 not configured
> "Intel Xeon-D Cache" rev 0x01 at pci0 dev 15 function 4 not configured
> "Intel Xeon-D Cache" rev 0x01 at pci0 dev 15 function 5 not configured
> "Intel Xeon-D Cache" rev 0x01 at pci0 dev 15 function 6 not configured
> "Intel Xeon-D PCIE" rev 0x01 at pci0 dev 16 function 0 not configured
> "Intel E5 v4 R2PCIe Agent" rev 0x01 at pci0 dev 16 function 1 not configured
> "Intel Xeon-D Ubox" rev 0x01 at pci0 dev 16 function 5 not configured
> "Intel Xeon-D Ubox" rev 0x01 at pci0 dev 16 function 6 not configured
> "Intel Xeon-D Ubox" rev 0x01 at pci0 dev 16 function 7 not configured
> "Intel Xeon-D Home Agent" rev 0x01 at pci0 dev 18 function 0 not configured
> "Intel Xeon-D Home Agent" rev 0x01 at pci0 dev 18 function 1 not configured
> vendor "Intel", unknown product 0x6f70 (class system subclass miscellaneous, 
> rev 0x01) at pci0 dev 18 function 2 not configured
> "Intel Xeon-D Memory" rev 0x01 at pci0 dev 19 function 0 not configured
> "Intel Xeon-D Memory" rev 0x01 at pci0 dev 19 function 1 not configured
> "Intel Xeon-D Memory" rev 0x01 at pci0 dev 19 function 2 not configured
> "Intel Xeon-D Memory" rev 0x01 at pci0 dev 19 function 3 not configured
> "Intel Xeon-D Memory" rev 0x01 at pci0 dev 19 function 4 not configured
> "Intel Xeon-D Memory" rev 0x01 at pci0 dev 19 function 5 not configured
> "Intel Xeon-D Memory" rev 0x01 at pci0 dev 19 function 6 not configured
> "Intel Xeon-D Memory" rev 0x01 at pci0 dev 19 function 7 not configured
> "Intel Xeon-D Memory" rev 0x01 at pci0 dev 20 function 0 not configured
> "Intel Xeon-D Memory" rev 0x01 at pci0 dev 20 function 1 not configured
> "Intel Xeon-D Memory" rev 0x01 at pci0 dev 20 function 2 not configured
> "Intel Xeon-D Memory" rev 0x01 at pci0 dev 20 function 3 not configured
> "Intel Xeon-D Memory" rev 0x01 at pci0 dev 20 function 4 not configured
> "Intel Xeon-D Memory" rev 0x01 at pci0 dev 20 function 5 not configured
> "Intel Xeon-D Memory" rev 0x01 at pci0 dev 20 function 6 not configured
> "Intel Xeon-D Memory" rev 0x01 at pci0 dev 20 function 7 not configured
> "Intel Xeon-D Memory" rev 0x01 at pci0 dev 21 function 0 not configured
> "Intel Xeon-D Memory" rev 0x01 at pci0 dev 21 function 1 not configured
> "Intel Xeon-D Memory" rev 0x01 at pci0 dev 21 function 2 not configured
> "Intel Xeon-D Memory" rev 0x01 at pci0 dev 21 function 3 not configured
> "Intel E5 v4 RAS" rev 0x01 at pci0 dev 22 function 0 not configured
> "Intel E5 v4 DDRIO" rev 0x01 at pci0 dev 22 function 6 not configured
> "Intel E5 v4 DDRIO" rev 0x01 at pci0 dev 22 function 7 not configured
> "Intel E5 v4 Thermal" rev 0x01 at pci0 dev 23 function 0 not configured
> "Intel E5 v4 DDRIO" rev 0x01 at pci0 dev 23 function 4 not configured
> "Intel E5 v4 DDRIO" rev 0x01 at pci0 dev 23 function 5 not configured
> "Intel E5 v4 DDRIO" rev 0x01 at pci0 dev 23 function 6 not configured
> "Intel E5 v4 DDRIO" rev 0x01 at pci0 dev 23 function 7 not configured
> "Intel Xeon-D PCU" rev 0x01 at pci0 dev 30 function 0 not configured
> "Intel Xeon-D PCU" rev 0x01 at pci0 dev 30 function 1 not configured
> "Intel Xeon-D PCU" rev 0x01 at pci0 dev 30 function 2 not configured
> "Intel Xeon-D PCU" rev 0x01 at pci0 dev 30 function 3 not configured
> "Intel Xeon-D PCU" rev 0x01 at pci0 dev 30 function 4 not configured
> "Intel Xeon-D PCU" rev 0x01 at pci0 dev 31 function 0 not configured
> "Intel Xeon-D PCU" rev 0x01 at pci0 dev 31 function 2 not configured
> pci1 at mainbus0 bus 0
> pchb0 at pci1 dev 0 function 0 "Intel Xeon-D Host" rev 0x01
> ppb0 at pci1 dev 1 function 0 "Intel Xeon-D PCIE" rev 0x01
> pci2 at ppb0 bus 3
> ppb1 at pci1 dev 1 function 1 "Intel Xeon-D PCIE" rev 0x01
> pci3 at ppb1 bus 12
> ppb2 at pci1 dev 2 function 0 "Intel Xeon-D PCIE" rev 0x01: msi
> pci4 at ppb2 bus 5
> ppb3 at pci1 dev 2 function 1 "Intel Xeon-D PCIE" rev 0x01
> pci5 at ppb3 bus 13
> ppb4 at pci1 dev 2 function 2 "Intel Xeon-D PCIE" rev 0x01
> pci6 at ppb4 bus 4
> ppb5 at pci1 dev 2 function 3 "Intel Xeon-D PCIE" rev 0x01
> pci7 at ppb5 bus 14
> ppb6 at pci1 dev 3 function 0 "Intel Xeon-D PCIE" rev 0x01: msi
> pci8 at ppb6 bus 8
> bnxt0 at pci8 dev 0 function 0 "Broadcom BCM57412" rev 0x01: fw ver 
> 219.0.112, msix, 4 queues, address e4:3d:1a:da:58:c0
> bnxt1 at pci8 dev 0 function 1 "Broadcom BCM57412" rev 0x01: fw ver 
> 219.0.112, msix, 4 queues, address e4:3d:1a:da:58:c1
> ppb7 at pci1 dev 3 function 1 "Intel Xeon-D PCIE" rev 0x01
> pci9 at ppb7 bus 15
> ppb8 at pci1 dev 3 function 2 "Intel Xeon-D PCIE" rev 0x01
> pci10 at ppb8 bus 11
> ppb9 at pci1 dev 3 function 3 "Intel Xeon-D PCIE" rev 0x01
> pci11 at ppb9 bus 16
> "Intel E5 v4 DMA" rev 0x01 at pci1 dev 4 function 0 not configured
> "Intel E5 v4 DMA" rev 0x01 at pci1 dev 4 function 1 not configured
> "Intel E5 v4 DMA" rev 0x01 at pci1 dev 4 function 2 not configured
> "Intel E5 v4 DMA" rev 0x01 at pci1 dev 4 function 3 not configured
> "Intel E5 v4 DMA" rev 0x01 at pci1 dev 4 function 4 not configured
> "Intel E5 v4 DMA" rev 0x01 at pci1 dev 4 function 5 not configured
> "Intel E5 v4 DMA" rev 0x01 at pci1 dev 4 function 6 not configured
> "Intel E5 v4 DMA" rev 0x01 at pci1 dev 4 function 7 not configured
> "Intel Xeon-D Address Map" rev 0x01 at pci1 dev 5 function 0 not configured
> "Intel Xeon-D Hot Plug" rev 0x01 at pci1 dev 5 function 1 not configured
> "Intel Xeon-D RAS" rev 0x01 at pci1 dev 5 function 2 not configured
> "Intel Xeon-D I/O APIC" rev 0x01 at pci1 dev 5 function 4 not configured
> "Intel C610 MS SPSR" rev 0x05 at pci1 dev 17 function 0 not configured
> xhci0 at pci1 dev 20 function 0 "Intel C610 xHCI" rev 0x05: msi, xHCI 1.0
> usb0 at xhci0: USB revision 3.0
> uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 
> addr 1
> ehci0 at pci1 dev 26 function 0 "Intel C610 USB" rev 0x05: apic 8 int 18
> usb1 at ehci0: USB revision 2.0
> uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 
> addr 1
> ppb10 at pci1 dev 28 function 0 "Intel C610 PCIE" rev 0xd5
> pci12 at ppb10 bus 17
> ppb11 at pci1 dev 28 function 2 "Intel C610 PCIE" rev 0xd5
> pci13 at ppb11 bus 1
> "Hewlett-Packard iLO3 Slave" rev 0x06 at pci13 dev 0 function 0 not configured
> "Matrox MGA G200eH" rev 0x01 at pci13 dev 0 function 1 not configured
> "Hewlett-Packard iLO3 Management" rev 0x06 at pci13 dev 0 function 2 not 
> configured
> uhci0 at pci13 dev 0 function 4 "Hewlett-Packard USB" rev 0x03: apic 8 int 19
> usb2 at uhci0: USB revision 1.0
> uhub2 at usb2 configuration 1 interface 0 "Hewlett-Packard UHCI root hub" rev 
> 1.00/1.00 addr 1
> ppb12 at pci1 dev 28 function 4 "Intel C610 PCIE" rev 0xd5
> pci14 at ppb12 bus 2
> bge0 at pci14 dev 0 function 0 "Broadcom BCM5719" rev 0x01, BCM5719 A1 
> (0x5719001), APE firmware NCSI 1.5.33.0: msi, address ec:eb:b8:95:29:7c
> brgphy0 at bge0 phy 1: BCM5719C 10/100/1000baseT PHY, rev. 0
> bge1 at pci14 dev 0 function 1 "Broadcom BCM5719" rev 0x01, BCM5719 A1 
> (0x5719001), APE firmware NCSI 1.5.33.0: msi, address ec:eb:b8:95:29:7d
> brgphy1 at bge1 phy 2: BCM5719C 10/100/1000baseT PHY, rev. 0
> bge2 at pci14 dev 0 function 2 "Broadcom BCM5719" rev 0x01, BCM5719 A1 
> (0x5719001), APE firmware NCSI 1.5.33.0: msi, address ec:eb:b8:95:29:7e
> brgphy2 at bge2 phy 3: BCM5719C 10/100/1000baseT PHY, rev. 0
> bge3 at pci14 dev 0 function 3 "Broadcom BCM5719" rev 0x01, BCM5719 A1 
> (0x5719001), APE firmware NCSI 1.5.33.0: msi, address ec:eb:b8:95:29:7f
> brgphy3 at bge3 phy 4: BCM5719C 10/100/1000baseT PHY, rev. 0
> ppb13 at pci1 dev 28 function 6 "Intel C610 PCIE" rev 0xd5
> pci15 at ppb13 bus 18
> ppb14 at pci1 dev 28 function 7 "Intel C610 PCIE" rev 0xd5
> pci16 at ppb14 bus 19
> ehci1 at pci1 dev 29 function 0 "Intel C610 USB" rev 0x05: apic 8 int 18
> usb3 at ehci1: USB revision 2.0
> uhub3 at usb3 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 
> addr 1
> pcib0 at pci1 dev 31 function 0 "Intel C610 LPC" rev 0x05
> ahci0 at pci1 dev 31 function 2 "Intel C610 AHCI" rev 0x05: msi, AHCI 1.3
> ahci0: port 0: 6.0Gb/s
> ahci0: port 1: 6.0Gb/s
> scsibus1 at ahci0: 32 targets
> sd0 at scsibus1 targ 0 lun 0: <ATA, MB001000GWFGF, HPG3> naa.5000c500b212c82e
> sd0: 953869MB, 512 bytes/sector, 1953525168 sectors
> sd1 at scsibus1 targ 1 lun 0: <ATA, MB001000GWFGF, HPG3> naa.5000c500b2126c31
> sd1: 953869MB, 512 bytes/sector, 1953525168 sectors
> ichiic0 at pci1 dev 31 function 3 "Intel C610 SMBus" rev 0x05: apic 8 int 18
> iic0 at ichiic0
> isa0 at pcib0
> isadma0 at isa0
> pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> pckbd0 at pckbc0 (kbd slot)
> wskbd0 at pckbd0: console keyboard
> pcppi0 at isa0 port 0x61
> spkr0 at pcppi0
> vmm0 at mainbus0: VMX/EPT
> efifb0 at mainbus0: 1280x1024, 32bpp
> wsdisplay0 at efifb0 mux 1: console (std, vt100 emulation), using wskbd0
> wsdisplay0: screen 1-5 added (std, vt100 emulation)
> uhub4 at uhub0 port 3 configuration 1 interface 0 "Standard Microsystems 
> product 0x2660" rev 2.00/8.01 addr 2
> uhidev0 at uhub0 port 10 configuration 1 interface 0 "Chicony HP Elite USB 
> Keyboard" rev 1.10/1.21 addr 3
> uhidev0: iclass 3/1
> ukbd0 at uhidev0: 8 variable keys, 6 key codes
> wskbd1 at ukbd0 mux 1
> wskbd1: connecting to wsdisplay0
> uhidev1 at uhub0 port 10 configuration 1 interface 1 "Chicony HP Elite USB 
> Keyboard" rev 1.10/1.21 addr 3
> uhidev1: iclass 3/0, 2 report ids
> uhid0 at uhidev1 reportid 1: input=1, output=0, feature=0
> ucc0 at uhidev1 reportid 2: 768 usages, 20 keys, array
> wskbd2 at ucc0 mux 1
> wskbd2: connecting to wsdisplay0
> uhidev2 at uhub0 port 11 configuration 1 interface 0 "PixArt USB Optical 
> Mouse" rev 1.10/1.00 addr 4
> uhidev2: iclass 3/1
> ums0 at uhidev2: 3 buttons, Z dir
> wsmouse0 at ums0 mux 0
> uhub5 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" 
> rev 2.00/0.05 addr 2
> uhub6 at uhub3 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" 
> rev 2.00/0.05 addr 2
> vscsi0 at root
> scsibus2 at vscsi0: 256 targets
> softraid0 at root
> scsibus3 at softraid0: 256 targets
> sd2 at scsibus3 targ 1 lun 0: <OPENBSD, SR RAID 1, 006>
> sd2: 953868MB, 512 bytes/sector, 1953523553 sectors
> root on sd2a (6134b362762c60c8.a) swap on sd2b dump on sd2b
>


-- 
Please keep replies on the mailing list.

Reply via email to