From: Andrew Kornilov <akornilov@gmail.com>
To: ALT Linux sysadmin discuss <sysadmins@lists.altlinux.org>
Subject: Re: [Sysadmins] etcnet
Date: Thu, 13 Sep 2007 00:05:11 +0300
Message-ID: <46E85487.8070203@gmail.com> (raw)
In-Reply-To: <46E67E73.5030907@altlinux.ru>
Anton Gorlov wrote:
> /etc/net/scripts/config-ipv4: eval: line 13:
> `IPV4ADDRESS=(<BROADCAST,MULTICAST,UP,LOWER_UP>'
> /etc/net/scripts/config-ipv4: eval: line 14: syntax error near
> unexpected token `)'
> /etc/net/scripts/config-ipv4: eval: line 14: `91.144.xx.xx)'
В общем, нашел проблему:
26: inet@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
inet 91.144.144.81/28 scope global inet
Ну а адрес берется вот таким кривеньким грепом, это единственное, что
удалось выжать в результате разных экспериментов:
для ipv4:
printf "$($IP -4 addr show dev $NAME 2>/dev/null|grep -ose
"\binet\b.*\b"|cut -f2 -d" "|cut -f1 -d"/")"
для ipv6:
printf "$($IP -6 addr show dev $NAME 2>/dev/null|grep -ose
"\binet6\b.*\b"|cut -f2 -d" "|cut -f1 -d"/")"
Если кто-то предложить более корректный способ получения адреса (-ов)
интерфейса от /sbin/ip, буду благодарен. Очень жаль, что нет способа
достучаться из шелла до функций libc/ядра/что_там_еще, чтобы через
описанный API получить нужные данные. Приходится городить такие костыли.
P.S. Или я ошибаюсь и способ есть?
next prev parent reply other threads:[~2007-09-12 21:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-11 11:39 Anton Gorlov
2007-09-11 13:12 ` Andrew Kornilov
2007-09-12 21:05 ` Andrew Kornilov [this message]
2007-09-17 11:35 ` Sergey
2007-09-17 11:37 ` Sergey
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46E85487.8070203@gmail.com \
--to=akornilov@gmail.com \
--cc=sysadmins@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux sysadmins discussion
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
public-inbox-index sysadmins
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sysadmins
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git