Use getline() for the network bulk code. Also make the parser better by
authorclaudio <claudio@openbsd.org>
Thu, 6 Sep 2018 18:38:06 +0000 (18:38 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 6 Sep 2018 18:38:06 +0000 (18:38 +0000)
commit1ce756666654bfb812b633d215b44411da233216
tree85663604d9d80682b980f9db46579e6300a591f2
parent4b5b5a86b0c009a81868251683c05e01fa190431
Use getline() for the network bulk code. Also make the parser better by
doing tokenizing on spaces and correctly ignore comments.
This should make this feature in general more robust.
OK benno@
usr.sbin/bgpctl/bgpctl.c