opensourcerouting / frr

Free Range Routing Protocol Suite
Other
37 stars 12 forks source link

Add show pcep-session VTYSH CLI #33

Closed bradyallenjohnson closed 4 years ago

GalaxyGorilla commented 4 years ago

@bradyallenjohnson cool stuff! I always wanted to have something like this :)

Just two comments:

  1. The formatting seems to be off, can you run clang-format over this again?
  2. sprintf is discouraged in FRR, instead snprintf should be used. Same goes for strcat, strcpy but I think you don't use those. This can IMHO also be fixed in another PR for the overall module code (there are other places with sprintf).