Home
last modified time | relevance | path

Searched defs:krt_config (Results 1 – 2 of 2) sorted by relevance

/dports/net/bird/bird-1.6.8/sysdep/unix/
H A Dkrt.h44 struct krt_config { struct
45 struct proto_config c;
46 struct krt_params sys; /* Sysdep params */
47 int persist; /* Keep routes when we exit */
48 int scan_time; /* How often we re-scan routes */
49 int learn; /* Learn routes from other sources */
50 int devroutes; /* Allow export of device routes */
51 int graceful_restart; /* Regard graceful restart recovery */
75 #define KRT_CF ((struct krt_config *)p->p.cf) argument
/dports/net/bird2/bird-2.0.8/sysdep/unix/
H A Dkrt.h37 struct krt_config { struct
38 struct proto_config c;
39 struct krt_params sys; /* Sysdep params */
40 btime scan_time; /* How often we re-scan routes */
41 int persist; /* Keep routes when we exit */
42 int learn; /* Learn routes from other sources */
43 int graceful_restart; /* Regard graceful restart recovery */
44 int merge_paths; /* Exported routes are merged for ECMP */