catch up
This commit is contained in:
parent
c3f2a06147
commit
94054785eb
2 changed files with 28 additions and 1 deletions
19
Makefile
Normal file
19
Makefile
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
#
|
||||||
|
# Makefile for I-D's and RFCs
|
||||||
|
# $Id: Makefile,v 1.1.1.1 2002-11-11 05:11:48 randy Exp $
|
||||||
|
#
|
||||||
|
|
||||||
|
# Your nroff document is called foo.txt. Change below as appropiate.
|
||||||
|
NAME=draft-ymbk-grow-wkc-behavior
|
||||||
|
DEST=psg.com:public_html
|
||||||
|
RSY=rsync --rsh ssh -v -a -l -H -p -t -x --delete
|
||||||
|
|
||||||
|
all: $(NAME).xml
|
||||||
|
xml2rfc $(NAME).xml --html --text
|
||||||
|
|
||||||
|
rsy:
|
||||||
|
$(RSY) $(NAME).html $(DEST)
|
||||||
|
$(RSY) $(NAME).txt $(DEST)
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f *.html *.txt
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
<?rfc tocindent="yes"?>
|
<?rfc tocindent="yes"?>
|
||||||
<?rfc tocompact="yes"?>
|
<?rfc tocompact="yes"?>
|
||||||
|
|
||||||
<rfc category="std" docName="draft-ymbk-grow-wkc-behavior-00" ipr="trust200902">
|
<rfc category="std" docName="draft-ymbk-grow-wkc-behavior-01" ipr="trust200902">
|
||||||
|
|
||||||
<front>
|
<front>
|
||||||
|
|
||||||
|
|
@ -176,6 +176,9 @@
|
||||||
Operators are advised to consult IOS-XR documentation and/or Cisco
|
Operators are advised to consult IOS-XR documentation and/or Cisco
|
||||||
Systems support for full details.</t>
|
Systems support for full details.</t>
|
||||||
|
|
||||||
|
<t>On Brocade NetIron: "set community X" removes all communities and
|
||||||
|
sets X.</t>
|
||||||
|
|
||||||
<section anchor="ianalist" title="Note on an Inconsistency">
|
<section anchor="ianalist" title="Note on an Inconsistency">
|
||||||
|
|
||||||
<t>The IANA publishes a list of Well-Known Communities <xref
|
<t>The IANA publishes a list of Well-Known Communities <xref
|
||||||
|
|
@ -235,6 +238,11 @@
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section anchor="acks" title="Acknowledgements">
|
||||||
|
|
||||||
|
<t>The authors thank Martijn Schmidt for his contribution.</t>
|
||||||
|
|
||||||
|
</section>
|
||||||
</middle>
|
</middle>
|
||||||
|
|
||||||
<back>
|
<back>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue