mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Implements protocol templates.
Based on the patch from Alexander V. Chernikov. Extended to support almost all protocols. Uses 'protocol bgp NAME from TEMPLATE { ... }' syntax.
This commit is contained in:
@@ -34,13 +34,9 @@ struct krt_set_params {
|
||||
struct krt_set_status {
|
||||
};
|
||||
|
||||
struct krt_if_params {
|
||||
};
|
||||
|
||||
struct krt_if_status {
|
||||
};
|
||||
|
||||
static inline int krt_set_params_same(struct krt_set_params *o UNUSED, struct krt_set_params *n UNUSED) { return 1; }
|
||||
static inline void krt_set_copy_params(struct krt_set_params *d UNUSED, struct krt_set_params *s UNUSED) { }
|
||||
|
||||
void krt_read_msg(struct proto *p, struct ks_msg *msg, int scan);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user