Summary: | [11.0-RC1][jail][ipfw] adding table causes kernel panic | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Konrad <konrad.kreciwilk> | ||||
Component: | kern | Assignee: | freebsd-ipfw (Nobody) <ipfw> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | R100500B, ae, bz, jail, pi | ||||
Priority: | --- | Keywords: | vimage | ||||
Version: | 11.0-RC1 | ||||||
Hardware: | amd64 | ||||||
OS: | Any | ||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212576 | ||||||
Bug Depends on: | 212105 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
OK, it's not the command that triggers the panic, it's a packet that is then checked against the rule. I can reproduce it on head. Fixed in head/ and stable/11. Thanks! |
Created attachment 173971 [details] Crashdump generated by system Kernel with compiled: # Vimage options VIMAGE # Firewall options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #enable logging to syslogd(8) options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default # CARP device carp I have created jail (using cbsd) with vnet. When I try to added (on jail): ipfw add 1 allow ip from 'table(10)' to me it causes kernel panic