diff options
| author | hasso <hasso> | 2004-10-03 18:18:34 +0000 | 
|---|---|---|
| committer | hasso <hasso> | 2004-10-03 18:18:34 +0000 | 
| commit | 18a6dce6f83dd20caf1f36c8e840868ff0bf6dbd (patch) | |
| tree | ff832cbf6fe2b239bde06268820587bec671ae6d /isisd/isis_tlv.h | |
| parent | a49c0ff6771975eeb1bd7da923a9dc830200cf65 (diff) | |
Common router id.
Diffstat (limited to 'isisd/isis_tlv.h')
| -rw-r--r-- | isisd/isis_tlv.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/isisd/isis_tlv.h b/isisd/isis_tlv.h index 72f883db..b82be5b1 100644 --- a/isisd/isis_tlv.h +++ b/isisd/isis_tlv.h @@ -260,6 +260,7 @@ int parse_tlvs (char *areatag, u_char * stream, int size,  		u_int32_t * expected, u_int32_t * found, struct tlvs *tlvs);  void free_tlv (void *val); +int add_tlv (u_char, u_char, u_char *, struct stream *);  int tlv_add_area_addrs (struct list *area_addrs, struct stream *stream);  int tlv_add_is_neighs (struct list *is_neighs, struct stream *stream);  int tlv_add_lan_neighs (struct list *lan_neighs, struct stream *stream);  | 
