diff options
author | Olivier Dugeon <olivier.dugeon@orange.com> | 2017-07-21 16:34:33 +0200 |
---|---|---|
committer | Olivier Dugeon <olivier.dugeon@orange.com> | 2017-07-21 16:34:33 +0200 |
commit | 2a39170c6bd4dddf803a8c4c241e8ab072d78cca (patch) | |
tree | dbaa7efdc0b4306200155fcdd00e93169c9644e5 /ospfd/ospf_te.h | |
parent | OSPF OPAQUE, TE and RI macro refactoring & cleanup (diff) | |
download | frr-2a39170c6bd4dddf803a8c4c241e8ab072d78cca.tar.xz frr-2a39170c6bd4dddf803a8c4c241e8ab072d78cca.zip |
Correct indentation and remove _opcode_t typedef
* Correct struct tlh_header indentation in opaque.h
* Change typedef enum _opcode_t by enum lsa_opcode
* Propagate change in ospf_te.[c,h) and ospf_ri.c
Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
Diffstat (limited to 'ospfd/ospf_te.h')
-rw-r--r-- | ospfd/ospf_te.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_te.h b/ospfd/ospf_te.h index 233350f83..e3a6114b4 100644 --- a/ospfd/ospf_te.h +++ b/ospfd/ospf_te.h @@ -408,7 +408,7 @@ extern int ospf_mpls_te_init(void); extern void ospf_mpls_te_term(void); extern struct ospf_mpls_te *get_ospf_mpls_te(void); extern void ospf_mpls_te_update_if(struct interface *); -extern void ospf_mpls_te_lsa_schedule(struct mpls_te_link *, opcode_t); +extern void ospf_mpls_te_lsa_schedule(struct mpls_te_link *, enum lsa_opcode); extern void set_linkparams_llri(struct mpls_te_link *, u_int32_t, u_int32_t); extern void set_linkparams_lrrid(struct mpls_te_link *, struct in_addr, struct in_addr); |