diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/pbr.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -68,6 +68,9 @@ struct pbr_filter { /* Filter with fwmark */ uint32_t fwmark; + + /* Filter with the ip protocol */ + uint8_t ip_proto; }; /* |
