mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
ip_var.h: align comment style
MFC after: 2 weeks Reviewed by: kp Pull Request: https://github.com/freebsd/freebsd-src/pull/883 (cherry picked from commit b68d2789f0d745d420203ca7dae9408f81cc7206)
This commit is contained in:
parent
3903a749c8
commit
46a96d68f6
1 changed files with 3 additions and 4 deletions
|
|
@ -333,11 +333,10 @@ __enum_uint8_decl(pf_mtag_dir) {
|
|||
PF_DIVERT_MTAG_DIR_OUT = 2
|
||||
};
|
||||
struct pf_divert_mtag {
|
||||
__enum_uint8(pf_mtag_dir) idir; // initial pkt direction
|
||||
__enum_uint8(pf_mtag_dir) idir; /* initial pkt direction */
|
||||
union {
|
||||
__enum_uint8(pf_mtag_dir) ndir; // a) divert(4) port upon initial diversion
|
||||
// b) new direction upon pkt re-enter
|
||||
uint16_t port; /* Initial divert(4) port */
|
||||
__enum_uint8(pf_mtag_dir) ndir; /* new dir after re-enter */
|
||||
uint16_t port; /* initial divert(4) port */
|
||||
};
|
||||
};
|
||||
#define MTAG_PF_DIVERT 1262273569
|
||||
|
|
|
|||
Loading…
Reference in a new issue