Removed one unused structure field.
This commit is contained in:
parent
a70693ca9b
commit
1c3c9dceb3
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ struct krt_config {
|
||||||
struct proto_config c;
|
struct proto_config c;
|
||||||
struct krt_set_params set;
|
struct krt_set_params set;
|
||||||
struct krt_scan_params scan;
|
struct krt_scan_params scan;
|
||||||
struct krt_if_params iface;
|
|
||||||
int persist; /* Keep routes when we exit */
|
int persist; /* Keep routes when we exit */
|
||||||
int scan_time; /* How often we re-scan routes */
|
int scan_time; /* How often we re-scan routes */
|
||||||
int learn; /* Learn routes from other sources */
|
int learn; /* Learn routes from other sources */
|
||||||
|
|
Loading…
Reference in a new issue