summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_realm.man
diff options
context:
space:
mode:
authorSimon Lodal <simon@parknet.dk>2006-09-02 12:37:48 +0000
committerPatrick McHardy <kaber@trash.net>2006-09-02 12:37:48 +0000
commitca9d8c221f0e10cc8dd0c79e922a1dc73ae0ca5f (patch)
tree3dfbdf81ced8355d8c329e4e588cd889c810192a /extensions/libipt_realm.man
parent10e0fbb32828543f5f18751e116d7d9cbff9f7de (diff)
Named realm (Simon Lodal <simon@parknet.dk>)
Optionally read realm values from /etc/iproute2/rt_realms
Diffstat (limited to 'extensions/libipt_realm.man')
-rw-r--r--extensions/libipt_realm.man6
1 files changed, 4 insertions, 2 deletions
diff --git a/extensions/libipt_realm.man b/extensions/libipt_realm.man
index 55e67fcf..b33da0e6 100644
--- a/extensions/libipt_realm.man
+++ b/extensions/libipt_realm.man
@@ -1,5 +1,7 @@
This matches the routing realm. Routing realms are used in complex routing
setups involving dynamic routing protocols like BGP.
.TP
-.BI "--realm " "[!]" "value[/mask]"
-Matches a given realm number (and optionally mask).
+.BI "--realm " "[!] " "value[/mask]"
+Matches a given realm number (and optionally mask). If not a number, value
+can be a named realm from /etc/iproute2/rt_realms (mask can not be used in
+that case).