Re: [Idr] [GROW] draft-snijders-idr-shutdown-00: Drop a line in the peer's syslog at shutdown

Jeffrey Haas <jhaas@pfrc.org> Tue, 22 November 2016 22:09 UTC

Return-Path: <jhaas@pfrc.org>
X-Original-To: idr@ietfa.amsl.com
Delivered-To: idr@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7CDB81296C0; Tue, 22 Nov 2016 14:09:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.399
X-Spam-Level:
X-Spam-Status: No, score=-3.399 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-1.497, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OFM0v3dbC6Kv; Tue, 22 Nov 2016 14:09:17 -0800 (PST)
Received: from slice.pfrc.org (slice.pfrc.org [67.207.130.108]) by ietfa.amsl.com (Postfix) with ESMTP id 8C4E8129585; Tue, 22 Nov 2016 14:09:17 -0800 (PST)
Received: from [172.29.32.58] (unknown [66.129.241.11]) by slice.pfrc.org (Postfix) with ESMTPSA id E8F311E337; Tue, 22 Nov 2016 17:12:22 -0500 (EST)
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\))
Content-Type: text/plain; charset="us-ascii"
From: Jeffrey Haas <jhaas@pfrc.org>
In-Reply-To: <5bbcf9d0da42489e8e344a18826e7110@XCH-ALN-014.cisco.com>
Date: Tue, 22 Nov 2016 17:09:15 -0500
Content-Transfer-Encoding: quoted-printable
Message-Id: <AE6CA15E-97A4-4F3C-8DE6-B5B964809ADF@pfrc.org>
References: <CA+b+ER=EFuQ8L_A4VtdzWna4ZNM-rhPo8gXURaN2s3WAykrL+w@mail.gmail.com> <CAO367rX9gBfNHgqmy0NqiNMGkjzLRATj6PdiDYk_M1fAQx5s8g@mail.gmail.com> <CA+b+ERkMsCGhyHsttjq0Pout0vrAvGQ6F+HaTxr8=78YMeRFOA@mail.gmail.com> <58306620.4000308@foobar.org> <319AD952-C571-4085-8D56-C06A51F021E3@domino.org> <CA+b+ERnQ8FQXxJ6No6GUr9mdp7APRkULqsGbKf5bAigp34TvmQ@mail.gmail.com> <CAO367rW_TuXsMNJBanAc2gL66TW8s4p2u5zDKfHER5rb1rk7-Q@mail.gmail.com> <058F756D-3A68-4AA6-A9DC-63A1BF9A5184@domino.org> <20161119194138.GG47336@dhcp-9d92.meeting.ietf.org> <87DDAB88-78AC-431A-ABE7-55249BF5D654@domino.org> <20161121090335.GU24817@gir.theapt.org> <58f468c578b64214abcfb8ba885c08f1@XCH-ALN-014.cisco.com> <5bbcf9d0da42489e8e344a18826e7110@XCH-ALN-014.cisco.com>
To: "Jakob Heitz (jheitz)" <jheitz@cisco.com>
X-Mailer: Apple Mail (2.2104)
Archived-At: <https://mailarchive.ietf.org/arch/msg/idr/-XzaU4IGGqgiC1_hFEXaKilYVhY>
Cc: "idr@ietf.org" <idr@ietf.org>, "grow@ietf.org" <grow@ietf.org>
Subject: Re: [Idr] [GROW] draft-snijders-idr-shutdown-00: Drop a line in the peer's syslog at shutdown
X-BeenThere: idr@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: Inter-Domain Routing <idr.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/idr>, <mailto:idr-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/idr/>
List-Post: <mailto:idr@ietf.org>
List-Help: <mailto:idr-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/idr>, <mailto:idr-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Nov 2016 22:09:18 -0000

> On Nov 22, 2016, at 5:04 PM, Jakob Heitz (jheitz) <jheitz@cisco.com> wrote:
> 
> I was reminded that the data field already exists and some people may be using it.
> Putting a human readable string into it should be fine.
> If someone puts something else, then the result is just Jibberish,
> but not harmful.

Minimal sanitizing of the string to make sure it's a valid utf-8 is still necessary, or at least that your printf equivalent doesn't barf on malformed utf-8.

> OTOH, TLVs could get tricky.
> If we want to use TLVs, another NOTIFICATION sub code might be wise.

No worse than malformed utf-8.

> 
> (I wonder where Jibber is and whether we should hold an IETF meeting there)

Probably should refer the question to the mtgvenue WG. 

-- Jeff