Changeset 964f82c in freewrt
- Timestamp:
- Sep 20, 2006, 8:27:05 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 9c6be32
- Parents:
- c0bf375
- File:
-
- 1 edited
-
package/webif/files/usr/lib/webif/ipcalc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/webif/files/usr/lib/webif/ipcalc
rc0bf375 r964f82c 1 1 #!/bin/sh 2 2 3 awk -f /usr/lib/ common.awk -f - $* <<EOF3 awk -f /usr/lib/webif/common.awk -f - $* <<EOF 4 4 BEGIN { 5 5 ipaddr=ip2int(ARGV[1])
Note:
See TracChangeset
for help on using the changeset viewer.
