Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F116048435
D40013.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
615 B
Referenced Files
None
Subscribers
None
D40013.diff
View Options
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h
--- a/sys/net/pfvar.h
+++ b/sys/net/pfvar.h
@@ -631,7 +631,7 @@
};
struct pf_rule_actions {
- int rtableid;
+ int32_t rtableid;
uint16_t qid;
uint16_t pqid;
uint16_t max_mss;
@@ -779,7 +779,7 @@
pf_osfp_t os_fingerprint;
- int rtableid;
+ int32_t rtableid;
u_int32_t timeout[PFTM_MAX];
u_int32_t max_states;
u_int32_t max_src_nodes;
@@ -1053,7 +1053,7 @@
u_int16_t dnrpipe;
u_int16_t tag;
u_int8_t log;
- int rtableid;
+ int32_t rtableid;
u_int8_t min_ttl;
u_int8_t set_tos;
u_int16_t max_mss;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 3, 1:47 AM (12 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17916737
Default Alt Text
D40013.diff (615 B)
Attached To
Mode
D40013: pf: Standardize rtableid
Attached
Detach File
Event Timeline
Log In to Comment