()
| 10551 | action: 'start', |
| 10552 | peer_ip: (document.getElementById('bgpc-peer').value || '').trim(), |
| 10553 | peer_as: parseInt(document.getElementById('bgpc-peeras').value, 10), |
| 10554 | local_as: parseInt(document.getElementById('bgpc-localas').value, 10), |
| 10555 | router_id: (document.getElementById('bgpc-rid').value || '').trim(), |
| 10556 | }; |
| 10557 | d = await postAPI('/api/net/bgp-collector', body); |
| 10558 | } else { |
nothing calls this directly
no test coverage detected