mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Make the name of option that toggles IFCAP_HWRXTSTMP capability to
match the name of this capability. It was added recently and is not merged to stable branch, so I hope it is not too late to change the name. Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D15475
This commit is contained in:
parent
00454c400e
commit
7a07dfbc7c
1 changed files with 2 additions and 2 deletions
|
|
@ -1487,8 +1487,8 @@ static struct cmd basic_cmds[] = {
|
|||
DEF_CMD("-wol_magic", -IFCAP_WOL_MAGIC, setifcap),
|
||||
DEF_CMD("txrtlmt", IFCAP_TXRTLMT, setifcap),
|
||||
DEF_CMD("-txrtlmt", -IFCAP_TXRTLMT, setifcap),
|
||||
DEF_CMD("hwrxtsmp", IFCAP_HWRXTSTMP, setifcap),
|
||||
DEF_CMD("-hwrxtsmp", -IFCAP_HWRXTSTMP, setifcap),
|
||||
DEF_CMD("hwrxtstmp", IFCAP_HWRXTSTMP, setifcap),
|
||||
DEF_CMD("-hwrxtstmp", -IFCAP_HWRXTSTMP, setifcap),
|
||||
DEF_CMD("normal", -IFF_LINK0, setifflags),
|
||||
DEF_CMD("compress", IFF_LINK0, setifflags),
|
||||
DEF_CMD("noicmp", IFF_LINK1, setifflags),
|
||||
|
|
|
|||
Loading…
Reference in a new issue