Skip to content

Commit

Permalink
2607/tcp is already used by ospfapi.
Browse files Browse the repository at this point in the history
Let's use 2608/tcp for isisd.
  • Loading branch information
jardin committed Dec 23, 2003
1 parent c25e458 commit fc58e87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion SERVICES
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ ripng 2603/tcp
ospfd 2604/tcp
bgpd 2605/tcp
ospf6d 2606/tcp
isisd 2607/tcp
ospfapi 2607/tcp
isisd 2608/tcp
2 changes: 1 addition & 1 deletion isisd/isis_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
/* Default configuration file name */
#define ISISD_DEFAULT_CONFIG "isisd.conf"
/* Default vty port */
#define ISISD_VTY_PORT 2607
#define ISISD_VTY_PORT 2608

/* isisd privileges */
zebra_capabilities_t _caps_p [] =
Expand Down

0 comments on commit fc58e87

Please sign in to comment.