forked from FRRouting/frr
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from FRRouting/master
updateing to latest FRRrouting
- Loading branch information
Showing
386 changed files
with
11,648 additions
and
9,047 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
### How to submit an issue | ||
Please use this text as a template and replace text in the sections or remove | ||
the entire section if it does not apply to your issue. For example in case of | ||
a question or feature request, just a description with some example is probably | ||
fine. Also remember to use GitHub Flavored Markdown properly, especially if | ||
posting output or code listings. | ||
|
||
### Things you may try first | ||
(put "x" in "[ ]" if you already tried following) | ||
* [ ] Did you check if this is a duplicate issue? | ||
* [ ] Did you test it on the latest FRRouting/frr master branch? | ||
|
||
**Related Issue:** | ||
[fill here if applicable] | ||
|
||
### Description | ||
[Description of the bug or feature] | ||
|
||
### Steps to Reproduce | ||
1. [First Step] | ||
2. [Second Step] | ||
3. [and so on...] | ||
|
||
**Expected behavior:** | ||
[What you expected to happen] | ||
|
||
**Actual behavior:** | ||
[What actually happened] | ||
|
||
### Components | ||
[bgpd, build, doc, isisd, ospfd, etc.] | ||
|
||
### Versions | ||
* OS: [name] [version] | ||
* Kernel: [Linux/BSD] [version] | ||
* FRR: [version] | ||
|
||
### Attachments | ||
[Attach if applicable. For example log-files, log-lines. etc. etc.] | ||
|
||
You're also welcomed to provide us with any other data you think may be useful. | ||
|
||
Thanks! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
### Summary | ||
[fill here] | ||
|
||
### Related Issue | ||
[fill here if applicable] | ||
|
||
### Components | ||
[bgpd, build, doc, ripd, ospfd, eigrpd, isisd, etc. etc.] | ||
|
||
Always remember to follow proper coding style etc. as | ||
described in the FRRouting Dev Guide. | ||
http://docs.frrouting.org/projects/dev-guide/en/latest/workflow.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,87 @@ | ||
compile | ||
config.log | ||
config.h | ||
config.cache | ||
config.status | ||
config.guess | ||
config.sub | ||
ltmain.sh | ||
stamp-h | ||
stamp-h[0-9]* | ||
### autoconf/automake root stuff | ||
|
||
/compile | ||
/config.log | ||
/config.h | ||
/config.cache | ||
/config.status | ||
/config.guess | ||
/config.sub | ||
/ltmain.sh | ||
/stamp-h | ||
/stamp-h[0-9]* | ||
*-stamp | ||
Makefile | ||
INSTALL | ||
/INSTALL | ||
/depcomp | ||
/missing | ||
/install-sh | ||
/mkinstalldirs | ||
/ylwrap | ||
/autom4te*.cache | ||
/configure.lineno | ||
/configure | ||
/config.h.in | ||
/confdefs.h | ||
/conftest | ||
/conftest.err | ||
/aclocal.m4 | ||
/libtool | ||
|
||
/Makefile | ||
/Makefile.in | ||
|
||
### autoconf/automake subdir stuff | ||
|
||
.deps | ||
depcomp | ||
missing | ||
install-sh | ||
mkinstalldirs | ||
ylwrap | ||
autom4te*.cache | ||
configure.lineno | ||
configure | ||
config.h.in | ||
confdefs.h | ||
conftest | ||
conftest.err | ||
aclocal.m4 | ||
Makefile.in | ||
*.tar.gz | ||
*.tar.gz.asc | ||
.libs | ||
|
||
### build outputs | ||
|
||
*.o | ||
*.lo | ||
*.a | ||
*.la | ||
*.so | ||
*.loT | ||
*.pb.h | ||
*.pb-c.h | ||
*.pb-c.c | ||
*_clippy.c | ||
|
||
### dist | ||
|
||
*.tar.?z | ||
*.tar.?z.asc | ||
*.tar.asc | ||
*.deb | ||
*.ddeb | ||
*.dsc | ||
*.changes | ||
|
||
### other garbage | ||
|
||
.nfs* | ||
libtool | ||
.libs | ||
.arch-inventory | ||
.arch-ids | ||
{arch} | ||
build | ||
.cache | ||
.msg | ||
.rebase-* | ||
*~ | ||
*.o | ||
*.loT | ||
m4/*.m4 | ||
!m4/ax_sys_weak_alias.m4 | ||
!m4/ax_compare_version.m4 | ||
!m4/ax_prog_perl_modules.m4 | ||
!m4/pkg.m4 | ||
debian/autoreconf.after | ||
debian/autoreconf.before | ||
debian/files | ||
debian/frr-dbg.debhelper.log | ||
debian/frr-dbg.substvars | ||
debian/frr-dbg/ | ||
debian/frr-doc.debhelper.log | ||
debian/frr-doc.substvars | ||
debian/frr-doc/ | ||
debian/frr.debhelper.log | ||
debian/frr.postinst.debhelper | ||
debian/frr.postrm.debhelper | ||
debian/frr.prerm.debhelper | ||
debian/frr.substvars | ||
debian/frr/ | ||
debian/tmp/ | ||
*.deb | ||
*.ddeb | ||
*.dsc | ||
*.changes | ||
*.pyc | ||
*.bak | ||
*.swp | ||
*.pyc | ||
__pycache__ | ||
*.patch | ||
*.diff | ||
cscope.* | ||
*.pb.h | ||
*.pb-c.h | ||
*.pb-c.c | ||
TAGS | ||
tags | ||
GTAGS | ||
GSYMS | ||
GRTAGS | ||
GPATH | ||
*.la | ||
*.lo | ||
compile_commands.json | ||
.dirstamp | ||
|
||
# clippy generated source | ||
*_clippy.c | ||
refix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.