generated from martinthomson/internet-draft-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setup repository for draft-ihle-mpls-mna-lse-operations using https:/…
- Loading branch information
ID Bot
committed
Dec 2, 2024
1 parent
160b810
commit 88f3f79
Showing
7 changed files
with
116 additions
and
0 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,8 @@ | ||
# See http://editorconfig.org | ||
|
||
root = true | ||
|
||
[*.{md,xml,org}] | ||
charset = utf-8 | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true |
Validating CODEOWNERS rules …
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,3 @@ | ||
# Automatically generated CODEOWNERS | ||
# Regenerate with `make update-codeowners` | ||
draft-ihle-mpls-mna-lse-operations.md fabian.ihle@uni-tuebingen.de |
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,23 @@ | ||
*.html | ||
*.redxml | ||
*.swp | ||
*.txt | ||
*.upload | ||
*~ | ||
.tags | ||
/*-[0-9][0-9].xml | ||
/.*.mk | ||
/.gems/ | ||
/.refcache | ||
/.venv/ | ||
/.vscode/ | ||
/lib | ||
/node_modules/ | ||
/versioned/ | ||
Gemfile.lock | ||
archive.json | ||
draft-ihle-mpls-mna-lse-operations.xml | ||
package-lock.json | ||
report.xml | ||
!requirements.txt |
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,33 @@ | ||
# Contributing | ||
|
||
This repository relates to activities in the Internet Engineering Task Force | ||
([IETF](https://www.ietf.org/)). All material in this repository is considered | ||
Contributions to the IETF Standards Process, as defined in the intellectual | ||
property policies of IETF currently designated as | ||
[BCP 78](https://www.rfc-editor.org/info/bcp78), | ||
[BCP 79](https://www.rfc-editor.org/info/bcp79) and the | ||
[IETF Trust Legal Provisions (TLP) Relating to IETF Documents](http://trustee.ietf.org/trust-legal-provisions.html). | ||
|
||
Any edit, commit, pull request, issue, comment or other change made to this | ||
repository constitutes Contributions to the IETF Standards Process | ||
(https://www.ietf.org/). | ||
|
||
You agree to comply with all applicable IETF policies and procedures, including, | ||
BCP 78, 79, the TLP, and the TLP rules regarding code components (e.g. being | ||
subject to a Simplified BSD License) in Contributions. | ||
|
||
|
||
## Working Group Information | ||
|
||
Discussion of this work occurs on the [Multiprotocol Label Switching | ||
Working Group mailing list](mailto:mpls@ietf.org) | ||
([archive](https://mailarchive.ietf.org/arch/browse/mpls/), | ||
[subscribe](https://www.ietf.org/mailman/listinfo/mpls)). | ||
In addition to contributions in GitHub, you are encouraged to participate in | ||
discussions there. | ||
|
||
**Note**: Some working groups adopt a policy whereby substantive discussion of | ||
technical issues needs to occur on the mailing list. | ||
|
||
You might also like to familiarize yourself with other | ||
[Working Group documents](https://datatracker.ietf.org/wg/mpls/documents/). |
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,4 @@ | ||
# License | ||
|
||
See the | ||
[guidelines for contributions](https://github.com/uni-tue-kn/draft-ihle-mpls-mna-lse-operations/blob/main/CONTRIBUTING.md). |
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,15 @@ | ||
LIBDIR := lib | ||
include $(LIBDIR)/main.mk | ||
|
||
$(LIBDIR)/main.mk: | ||
ifneq (,$(shell grep "path *= *$(LIBDIR)" .gitmodules 2>/dev/null)) | ||
git submodule sync | ||
git submodule update --init | ||
else | ||
ifneq (,$(wildcard $(ID_TEMPLATE_HOME))) | ||
ln -s "$(ID_TEMPLATE_HOME)" $(LIBDIR) | ||
else | ||
git clone -q --depth 10 -b main \ | ||
https://github.com/martinthomson/i-d-template $(LIBDIR) | ||
endif | ||
endif |
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,30 @@ | ||
# MPLS Network Action for Generalized LSE Operations | ||
|
||
This is the working area for the individual Internet-Draft, "MPLS Network Action for Generalized LSE Operations". | ||
|
||
* [Editor's Copy](https://uni-tue-kn.github.io/draft-ihle-mpls-mna-lse-operations/#go.draft-ihle-mpls-mna-lse-operations.html) | ||
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-ihle-mpls-mna-lse-operations) | ||
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-ihle-mpls-mna-lse-operations) | ||
* [Compare Editor's Copy to Individual Draft](https://uni-tue-kn.github.io/draft-ihle-mpls-mna-lse-operations/#go.draft-ihle-mpls-mna-lse-operations.diff) | ||
|
||
|
||
## Contributing | ||
|
||
See the | ||
[guidelines for contributions](https://github.com/uni-tue-kn/draft-ihle-mpls-mna-lse-operations/blob/main/CONTRIBUTING.md). | ||
|
||
Contributions can be made by creating pull requests. | ||
The GitHub interface supports creating pull requests using the Edit (✏) button. | ||
|
||
|
||
## Command Line Usage | ||
|
||
Formatted text and HTML versions of the draft can be built using `make`. | ||
|
||
```sh | ||
$ make | ||
``` | ||
|
||
Command line usage requires that you have the necessary software installed. See | ||
[the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md). | ||
|