From a061a038603b56bb47e1e6abc8c6182a1812ba48 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 5 Mar 2020 11:20:10 -0500 Subject: [PATCH] Refactor service docs --- docs/core-functionality/services.md | 6 +----- docs/models/ipam/service.md | 5 +++++ 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 docs/models/ipam/service.md diff --git a/docs/core-functionality/services.md b/docs/core-functionality/services.md index 057544a91..f7b71d296 100644 --- a/docs/core-functionality/services.md +++ b/docs/core-functionality/services.md @@ -1,5 +1 @@ -# Services - -A service represents a layer four TCP or UDP service available on a device or virtual machine. For example, you might want to document that an HTTP service is running on a device. Each service includes a name, protocol, and port number; for example, "SSH (TCP/22)" or "DNS (UDP/53)." - -A service may optionally be bound to one or more specific IP addresses belonging to its parent device or VM. (If no IP addresses are bound, the service is assumed to be reachable via any assigned IP address.) +{!docs/models/ipam/service.md!} diff --git a/docs/models/ipam/service.md b/docs/models/ipam/service.md new file mode 100644 index 000000000..057544a91 --- /dev/null +++ b/docs/models/ipam/service.md @@ -0,0 +1,5 @@ +# Services + +A service represents a layer four TCP or UDP service available on a device or virtual machine. For example, you might want to document that an HTTP service is running on a device. Each service includes a name, protocol, and port number; for example, "SSH (TCP/22)" or "DNS (UDP/53)." + +A service may optionally be bound to one or more specific IP addresses belonging to its parent device or VM. (If no IP addresses are bound, the service is assumed to be reachable via any assigned IP address.)