mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
netlink(4): Fix a typo in a source code comment
- s/permament/permanent/ MFC after: 3 days
This commit is contained in:
parent
cde9ec6a45
commit
c90f1ed104
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ enum {
|
|||
#define NTF_PROXY 0x0008 /* proxy entry */
|
||||
#define NTF_EXT_LEARNED 0x0010 /* not used */
|
||||
#define NTF_OFFLOADED 0x0020 /* not used */
|
||||
#define NTF_STICKY 0x0040 /* permament entry */
|
||||
#define NTF_STICKY 0x0040 /* permanent entry */
|
||||
#define NTF_ROUTER 0x0080 /* dst indicated itself as a router */
|
||||
/* start of NDA_FLAGS_EXT */
|
||||
#define NTF_EXT_MANAGED 0x0100 /* not used */
|
||||
|
|
|
|||
Loading…
Reference in a new issue